You are here

entity_update.links.menu.yml in Entity Update 8

Same filename and directory in other branches
  1. 2.0.x entity_update.links.menu.yml

File

entity_update.links.menu.yml
View source
  1. # Entity update menu links.
  2. entity_update:
  3. title: Entity update
  4. description: 'Check Entity update status'
  5. parent: system.admin_config_development
  6. route_name: entity_update
  7. # Entity update settings.
  8. entity_update.settings:
  9. title: Settings
  10. description: 'Entity update settings'
  11. parent: entity_update
  12. route_name: entity_update.settings
  13. weight: -100
  14. entity_update.exec:
  15. title: Run Entity Update
  16. description: 'Execute entity update process'
  17. parent: entity_update
  18. route_name: entity_update.exec
  19. route_parameters:
  20. action: 'basic'
  21. entity_update.types:
  22. title: Entity Types
  23. description: 'Get Entity types list'
  24. parent: entity_update
  25. route_name: entity_update.types
  26. entity_update.status:
  27. title: Entity Status
  28. description: 'Check Entity update status'
  29. parent: entity_update
  30. route_name: entity_update.status
  31. entity_update.list:
  32. title: Entities List
  33. description: 'Show entities list (items list)'
  34. parent: entity_update
  35. route_name: entity_update.list