simple_responsive_table.routing.yml in Simple Responsive Table 8
2 string references to YAML keys in simple_responsive_table.routing.yml
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Simple Responsive Table config form.
- SettingsForm::getEditableConfigNames in src/
Form/ SettingsForm.php - Gets the configuration names that will be editable.
File
simple_responsive_table.routing.ymlView source
- simple_responsive_table.settings:
- path: '/admin/config/user-interface/simple-responsive-table'
- defaults:
- _title: 'Simple Responsive Table'
- _form: '\Drupal\simple_responsive_table\Form\SettingsForm'
- requirements:
- _permission: 'administer site configuration'