You are here

maestro_taskconsole.routing.yml in Maestro 8.2

Same filename and directory in other branches
  1. 3.x modules/maestro_taskconsole/maestro_taskconsole.routing.yml
modules/maestro_taskconsole/maestro_taskconsole.routing.yml

File

modules/maestro_taskconsole/maestro_taskconsole.routing.yml
View source
  1. maestro_taskconsole.taskconsole:
  2. path: '/taskconsole/{highlightQueueID}'
  3. defaults:
  4. _controller: '\Drupal\maestro_taskconsole\Controller\MaestroTaskConsoleController::getTasks'
  5. _title: 'Task Console'
  6. highlightQueueID: '0'
  7. requirements:
  8. _permission: 'view maestro task console'
  9. options:
  10. no_cache: TRUE
  11. maestro_taskconsole.status_ajax_open:
  12. path: '/taskconsole/ajax/status/{processID}/{queueID}'
  13. defaults:
  14. _controller: '\Drupal\maestro_taskconsole\Controller\MaestroTaskConsoleController::getStatus'
  15. _title: 'Task Console Status'
  16. processID: '0'
  17. queueID: '0'
  18. requirements:
  19. _permission: 'view maestro task console'
  20. options:
  21. no_cache: TRUE
  22. maestro_taskconsole.status_ajax_close:
  23. path: '/taskconsole/ajax/status/close/{processID}/{queueID}'
  24. defaults:
  25. _controller: '\Drupal\maestro_taskconsole\Controller\MaestroTaskConsoleController::closeStatus'
  26. _title: 'Task Console Status Close'
  27. processID: '0'
  28. queueID: '0'
  29. requirements:
  30. _permission: 'view maestro task console'
  31. options:
  32. no_cache: TRUE