login_redirect_per_role.routing.yml in Login And Logout Redirect Per Role 8
2 string references to YAML keys in login_redirect_per_role.routing.yml
- SettingsFormTest::testAccess in tests/
src/ Functional/ SettingsFormTest.php - Test access to the settings form.
- SettingsFormTest::testSettingsForm in tests/
src/ Functional/ SettingsFormTest.php - Tests the Redirect URL settings form.
File
login_redirect_per_role.routing.ymlView source
- login_redirect_per_role.redirect_url_admin_settings:
- path: '/admin/people/login-and-logout-redirect-per-role'
- defaults:
- _form: '\Drupal\login_redirect_per_role\Form\RedirectURLSettingsForm'
- _title: 'Login and Logout redirect per role settings'
- requirements:
- _permission: 'administer site configuration'
- options:
- _admin_route: TRUE