statistics.routing.yml in Zircon Profile 8.0
Same filename and directory in other branches
core/modules/statistics/statistics.routing.yml
5 string references to YAML keys in statistics.routing.yml
- MigrateStatisticsConfigsTest::testStatisticsSettings in core/
modules/ statistics/ src/ Tests/ Migrate/ d6/ MigrateStatisticsConfigsTest.php - Tests migration of statistics variables to statistics.settings.yml.
- StatisticsAdminTest::testStatisticsSettings in core/
modules/ statistics/ src/ Tests/ StatisticsAdminTest.php - Verifies that the statistics settings page works.
- StatisticsSettingsForm::buildForm in core/
modules/ statistics/ src/ StatisticsSettingsForm.php - Form constructor.
- StatisticsSettingsForm::getEditableConfigNames in core/
modules/ statistics/ src/ StatisticsSettingsForm.php - Gets the configuration names that will be editable.
- statistics_help in core/
modules/ statistics/ statistics.module - Implements hook_help().
File
core/modules/statistics/statistics.routing.ymlView source
- statistics.settings:
- path: '/admin/config/system/statistics'
- defaults:
- _form: 'Drupal\statistics\StatisticsSettingsForm'
- _title: 'Statistics'
- requirements:
- _permission: 'administer statistics'