cleaner.routing.yml in Cleaner 8
Same filename and directory in other branches
2 string references to YAML keys in cleaner.routing.yml
- cleaner.module in ./
cleaner.module - Allows the admin to set a schedule for clearing caches and other stuff.
- CleanerSettingsForm::getEditableConfigNames in src/
Form/ CleanerSettingsForm.php - Gets the configuration names that will be editable.
File
cleaner.routing.ymlView source
- cleaner.settings:
- path: '/admin/config/system/cleaner'
- defaults:
- _form: 'Drupal\cleaner\Form\CleanerSettingsForm'
- _title: 'Cleaner Settings'
- requirements:
- _permission: 'administer site configuration'