domain_theme_switch.routing.yml in Domain Theme Switch 8
5 string references to YAML keys in domain_theme_switch.routing.yml
- DomainThemeSwitchConfigForm::buildForm in src/
Form/ DomainThemeSwitchConfigForm.php - Form constructor.
- DomainThemeSwitchConfigForm::getEditableConfigNames in src/
Form/ DomainThemeSwitchConfigForm.php - Gets the configuration names that will be editable.
- DomainThemeSwitchConfigForm::submitForm in src/
Form/ DomainThemeSwitchConfigForm.php - Form submission handler.
- domain_theme_switch_help in ./
domain_theme_switch.module - Implements hook_help().
- ThemeSwitchNegotiator::applies in src/
Theme/ ThemeSwitchNegotiator.php - Whether this theme negotiator should be used to set the theme.
File
domain_theme_switch.routing.ymlView source
- domain_theme_switch.settings:
- path: '/admin/config/domain/domain_theme_switch/config'
- defaults:
- _form: '\Drupal\domain_theme_switch\Form\DomainThemeSwitchConfigForm'
- _title: 'Domain theme configuration'
- requirements:
- _permission: 'administer domains'