menu_link_weight.routing.yml in Menu Link Weight 8
Same filename and directory in other branches
4 string references to YAML keys in menu_link_weight.routing.yml
- ConfigSubscriber::onConfigSave in src/
EventSubscriber/ ConfigSubscriber.php - Causes the container to be rebuilt on the next request.
- MenuLinkWeightServiceProvider::alter in src/
MenuLinkWeightServiceProvider.php - @inheritDoc
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
- SettingsForm::getEditableConfigNames in src/
Form/ SettingsForm.php - Gets the configuration names that will be editable.
File
menu_link_weight.routing.ymlView source
- menu_link_weight.settings:
- path: '/admin/config/user-interface/menu-link-weight'
- defaults:
- _form: 'Drupal\menu_link_weight\Form\SettingsForm'
- _title: 'Configure the Menu Link Weight module'
- requirements:
- _permission: 'administer site configuration'