You are here

entity_update.links.action.yml in Entity Update 8

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

File

entity_update.links.action.yml
View source
  1. # Action links.
  2. entity_update.types:
  3. route_name: entity_update.types
  4. title: 'Entity Types'
  5. appears_on:
  6. - entity_update.status
  7. entity_update.status:
  8. route_name: entity_update.status
  9. title: 'Entity Status'
  10. appears_on:
  11. - entity_update.types
  12. - entity_update.exec
  13. - entity_update.list
  14. entity_update.exec:
  15. route_name: entity_update.exec
  16. title: 'Run Entity Update'
  17. appears_on:
  18. - entity_update.status
  19. entity_update.list:
  20. route_name: entity_update.list
  21. title: 'Entities List'
  22. appears_on:
  23. - entity_update.status