file_download_counter.routing.yml in File Download 8
modules/file_download_counter/file_download_counter.routing.yml
2 string references to YAML keys in file_download_counter.routing.yml
- FileDownloadSettingsForm::buildForm in modules/
file_download_counter/ src/ FileDownloadSettingsForm.php - Form constructor.
- FileDownloadSettingsForm::getEditableConfigNames in modules/
file_download_counter/ src/ FileDownloadSettingsForm.php - Gets the configuration names that will be editable.
File
modules/file_download_counter/file_download_counter.routing.ymlView source
- file_download_counter.settings:
- path: '/admin/config/system/file-download-counter'
- defaults:
- _form: 'Drupal\file_download_counter\FileDownloadSettingsForm'
- _title: 'File Downloads'
- requirements:
- _permission: 'administer file download counter'