You are here

entity_update.links.task.yml in Entity Update 8

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

File

entity_update.links.task.yml
View source
  1. # Basic update.
  2. entity_update.exec:
  3. route_name: entity_update.exec
  4. base_route: entity_update.exec
  5. title: Basic
  6. route_parameters:
  7. action: 'basic'
  8. # Update selected type.
  9. entity_update.exec.type:
  10. route_name: entity_update.exec
  11. base_route: entity_update.exec
  12. title: Selected Type
  13. route_parameters:
  14. action: 'type'
  15. # Cleanup.
  16. entity_update.exec.clean:
  17. route_name: entity_update.exec
  18. base_route: entity_update.exec
  19. title: Cleanup
  20. route_parameters:
  21. action: 'clean'
  22. # Rescue backuped entities.
  23. entity_update.exec.rescue:
  24. route_name: entity_update.exec
  25. base_route: entity_update.exec
  26. title: Rescue
  27. route_parameters:
  28. action: 'rescue'