comparison core/modules/statistics/src/StatisticsSettingsForm.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
8 use Drupal\Core\Form\FormStateInterface; 8 use Drupal\Core\Form\FormStateInterface;
9 use Symfony\Component\DependencyInjection\ContainerInterface; 9 use Symfony\Component\DependencyInjection\ContainerInterface;
10 10
11 /** 11 /**
12 * Configure statistics settings for this site. 12 * Configure statistics settings for this site.
13 *
14 * @internal
13 */ 15 */
14 class StatisticsSettingsForm extends ConfigFormBase { 16 class StatisticsSettingsForm extends ConfigFormBase {
15 17
16 /** 18 /**
17 * The module handler. 19 * The module handler.