force_password_change.routing.yml in Force Password Change 2.0.x
Same filename and directory in other branches
2 string references to YAML keys in force_password_change.routing.yml
- AdminForm::buildForm in src/
Form/ AdminForm.php - Form constructor.
- ForcePasswordChangeRoleListBuilder::getDefaultOperations in src/
Entity/ User/ ForcePasswordChangeRoleListBuilder.php - Gets this list's default operations.
File
force_password_change.routing.ymlView source
- force_password_change.admin:
- path: '/admin/config/people/force_password_change'
- defaults:
- _controller: 'Drupal\force_password_change\Controller\ForcePasswordChangeController::adminPage'
- _title: 'Force password change'
- requirements:
- _permission: 'administer force password change'
- options:
- _admin_route: 'true'
-
- force_password_change.admin.role.list:
- path: 'admin/config/people/force_password_change/list/{rid}'
- defaults:
- _controller: 'Drupal\force_password_change\Controller\ForcePasswordChangeController::roleListPage'
- requirements:
- _permission: 'administer force password change'
- options:
- _admin_route: 'true'