password_strength.routing.yml in Password Strength 8.2
3 string references to YAML keys in password_strength.routing.yml
- Matcher::getMatchers in src/
Matcher.php - Load enabled Matcher objects to match against a password.
- PasswordStrengthSettingsForm::buildForm in src/
Form/ PasswordStrengthSettingsForm.php - Form constructor.
- PasswordStrengthSettingsForm::getEditableConfigNames in src/
Form/ PasswordStrengthSettingsForm.php - Gets the configuration names that will be editable.
File
password_strength.routing.ymlView source
- password_strength.settings:
- path: '/admin/config/security/password_strength/settings'
- defaults:
- _title: 'Password Strength settings'
- _form: 'Drupal\password_strength\Form\PasswordStrengthSettingsForm'
- requirements:
- _permission: 'administer site configuration'