user.links.task.yml

Same filename and directory in other branches
  1. 9 core/modules/user/user.links.task.yml
  2. 8.9.x core/modules/user/user.links.task.yml
  3. 10 core/modules/user/user.links.task.yml
core/modules/user/user.links.task.yml

File

core/modules/user/user.links.task.yml

View source
  1. entity.user_role.edit_form:
  2. title: 'Edit'
  3. route_name: entity.user_role.edit_form
  4. base_route: entity.user_role.edit_form
  5. entity.user_role.edit_permissions_form:
  6. title: 'Permissions'
  7. route_name: entity.user_role.edit_permissions_form
  8. base_route: entity.user_role.edit_form
  9. user.account_settings_tab:
  10. route_name: entity.user.admin_form
  11. title: 'Settings'
  12. base_route: entity.user.admin_form
  13. user.register:
  14. route_name: user.register
  15. base_route: user.page
  16. title: 'Create new account'
  17. user.pass:
  18. route_name: user.pass
  19. base_route: user.page
  20. title: 'Reset your password'
  21. # Other authentication methods may add pages below user/login/.
  22. user.login:
  23. route_name: user.login
  24. base_route: user.page
  25. title: 'Log in'
  26. weight: -10
  27. entity.user.canonical:
  28. route_name: entity.user.canonical
  29. base_route: entity.user.canonical
  30. title: View
  31. entity.user.edit_form:
  32. route_name: entity.user.edit_form
  33. base_route: entity.user.canonical
  34. title: Edit
  35. entity.user.collection:
  36. title: List
  37. route_name: entity.user.collection
  38. base_route: entity.user.collection
  39. user.admin_permissions:
  40. title: Permissions
  41. route_name: user.admin_permissions
  42. base_route: entity.user.collection
  43. entity.bundle.permission_form:
  44. class: \Drupal\Core\Menu\LocalTaskDefault
  45. deriver: \Drupal\user\Plugin\Derivative\UserLocalTask
  46. entity.user_role.collection:
  47. title: 'Roles'
  48. route_name: entity.user_role.collection
  49. base_route: entity.user.collection
  50. weight: 10
  51. user.role.settings:
  52. title: 'Role settings'
  53. route_name: user.role.settings
  54. base_route: entity.user.collection
  55. weight: 11

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.