mass_pwreset.routing.yml in Mass Password Reset 2.x
Same filename and directory in other branches
3 string references to YAML keys in mass_pwreset.routing.yml
- MassPasswordResetConfirmForm::getCancelUrl in src/
Form/ MassPasswordResetConfirmForm.php - Returns the route to go to if the user cancels the action.
- MassPasswordResetConfirmForm::getFormId in src/
Form/ MassPasswordResetConfirmForm.php - Returns a unique string identifying the form.
- MassPasswordResetForm::submitForm in src/
Form/ MassPasswordResetForm.php - Form submission handler.
File
mass_pwreset.routing.ymlView source
- mass_pwreset.admin:
- path: '/admin/people/mass-pwreset'
- defaults:
- _form: '\Drupal\mass_pwreset\Form\MassPasswordResetForm'
- _title: 'Mass Password Reset'
- requirements:
- _permission: 'administer users'
-
- mass_pwreset_confirm_form:
- path: '/admin/people/mass-pwreset/confirm'
- defaults:
- _form: '\Drupal\mass_pwreset\Form\MassPasswordResetConfirmForm'
- _title: 'Mass Password Reset Confirm'
- requirements:
- _permission: 'administer users'