ldap_authentication.routing.yml in Lightweight Directory Access Protocol (LDAP) 8.3
Same filename and directory in other branches
ldap_authentication/ldap_authentication.routing.yml
2 string references to YAML keys in ldap_authentication.routing.yml
- DynamicUserHelpLink::getDerivativeDefinitions in ldap_authentication/
src/ Plugin/ Derivative/ DynamicUserHelpLink.php - Gets the definition of all derivatives of a base plugin.
- EmailTemplateService::checkForEmailTemplate in ldap_authentication/
src/ Routing/ EmailTemplateService.php - Form submit callback to check for an email template and redirect if needed.
File
ldap_authentication/ldap_authentication.routing.ymlView source
- ldap_authentication.profile_update_form:
- path: /user/ldap-profile-update
- defaults:
- _title: 'Update your email address'
- _form: \Drupal\ldap_authentication\Form\LdapAuthenticationProfileUpdateForm
- requirements:
- _user_is_logged_in: 'TRUE'
- ldap_authentication.admin_form:
- path: /admin/config/people/ldap/authentication
- defaults:
- _title: Authentication
- _form: \Drupal\ldap_authentication\Form\LdapAuthenticationAdminForm
- requirements:
- _permission: 'administer ldap'
- ldap_authentication.ldap_help_redirect:
- path: '/ldap_help_redirect'
- defaults:
- _controller: '\Drupal\ldap_authentication\Controller\LdapHelpRedirect::redirectUrl'
- _title: 'redirect'
- requirements:
- _user_help_tab_access_check: 'TRUE'