back_to_top.routing.yml in Back To Top 2.x
Same filename and directory in other branches
5 string references to YAML keys in back_to_top.routing.yml
- BackToTopSettingsForm::getFormId in src/
Form/ BackToTopSettingsForm.php - Returns a unique string identifying the form.
- back_to_top.config_translation.yml in ./
back_to_top.config_translation.yml - back_to_top.config_translation.yml
- back_to_top.info.yml in ./
back_to_top.info.yml - back_to_top.info.yml
- back_to_top.links.menu.yml in ./
back_to_top.links.menu.yml - back_to_top.links.menu.yml
- back_to_top.links.task.yml in ./
back_to_top.links.task.yml - back_to_top.links.task.yml
File
back_to_top.routing.ymlView source
- back_to_top_settings:
- path: "/admin/config/user-interface/back_to_top"
- defaults:
- _form: 'Drupal\back_to_top\Form\BackToTopSettingsForm'
- _title: "Back To Top"
- requirements:
- _permission: "access back_to_top settings"