batch_test.links.task.yml

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

File

core/modules/system/tests/modules/batch_test/batch_test.links.task.yml

View source
  1. batch_test.test_form:
  2. title: Simple
  3. route_name: batch_test.test_form
  4. base_route: batch_test.test_form
  5. batch_test.multistep:
  6. title: Multistep
  7. route_name: batch_test.multistep
  8. base_route: batch_test.test_form
  9. weight: 1
  10. batch_test.chained:
  11. title: Chained
  12. route_name: batch_test.chained
  13. base_route: batch_test.test_form
  14. weight: 2
  15. batch_test.programmatic:
  16. title: Chained
  17. route_name: batch_test.programmatic
  18. base_route: batch_test.test_form
  19. weight: 3
  20. batch_test.no_form:
  21. title: 'No form'
  22. route_name: batch_test.no_form
  23. base_route: batch_test.test_form
  24. weight: 4
  25. batch_test.large_percentage:
  26. title: 'Large percentage'
  27. route_name: batch_test.large_percentage
  28. base_route: batch_test.test_form
  29. weight: 5
  30. batch_test.nested_programmatic:
  31. title: 'Nested programmatic'
  32. route_name: batch_test.nested_programmatic
  33. base_route: batch_test.test_form
  34. weight: 6
  35. batch_test.redirect:
  36. title: 'Redirect'
  37. route_name: batch_test.redirect
  38. base_route: batch_test.test_form
  39. weight: 7

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