user_restrictions.routing.yml in User restrictions 8
File
user_restrictions.routing.yml
View source
- entity.user_restrictions.collection:
- path: '/admin/config/people/user-restrictions'
- defaults:
- _entity_list: 'user_restrictions'
- _title: 'User restrictions'
- requirements:
- _permission: 'administer user restrictions'
-
- user_restrictions.add:
- path: '/admin/config/people/user-restrictions/add'
- defaults:
- _entity_form: 'user_restrictions.add'
- _title: 'Add user restriction'
- requirements:
- _permission: 'administer user restrictions'
-
- entity.user_restrictions.edit_form:
- path: '/admin/config/people/user-restrictions/manage/{user_restrictions}'
- defaults:
- _entity_form: 'user_restrictions.edit'
- _title: 'Edit user restriction'
- requirements:
- _permission: 'administer user restrictions'
-
- entity.user_restrictions.delete_form:
- path: '/admin/config/people/user-restrictions/manage/{user_restrictions}/delete'
- defaults:
- _entity_form: 'user_restrictions.delete'
- _title: 'Delete user restriction'
- requirements:
- _permission: 'administer user restrictions'