You are here

error_test.routing.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/error_test/error_test.routing.yml
core/modules/system/tests/modules/error_test/error_test.routing.yml

File

core/modules/system/tests/modules/error_test/error_test.routing.yml
View source
  1. error_test.generate_warnings:
  2. path: '/error-test/generate-warnings'
  3. defaults:
  4. _controller: '\Drupal\error_test\Controller\ErrorTestController::generateWarnings'
  5. requirements:
  6. _access: 'TRUE'
  7. error_test.generate_fatals:
  8. path: '/error-test/generate-fatals'
  9. defaults:
  10. _controller: '\Drupal\error_test\Controller\ErrorTestController::generateFatals'
  11. requirements:
  12. _access: 'TRUE'
  13. error_test.generate_warnings_with_report:
  14. path: '/error-test/generate-warnings-with-report'
  15. defaults:
  16. _controller: '\Drupal\error_test\Controller\ErrorTestController::generateWarnings'
  17. collect_errors: TRUE
  18. requirements:
  19. _access: 'TRUE'
  20. error_test.trigger_exception:
  21. path: '/error-test/trigger-exception'
  22. defaults:
  23. _controller: '\Drupal\error_test\Controller\ErrorTestController::triggerException'
  24. requirements:
  25. _access: 'TRUE'
  26. error_test.trigger_pdo_exception:
  27. path: '/error-test/trigger-pdo-exception'
  28. defaults:
  29. _controller: '\Drupal\error_test\Controller\ErrorTestController::triggerPDOException'
  30. requirements:
  31. _access: 'TRUE'
  32. error_test.trigger_renderer_exception:
  33. path: '/error-test/trigger-renderer-exception'
  34. defaults:
  35. _controller: '\Drupal\error_test\Controller\ErrorTestController::triggerRendererException'
  36. requirements:
  37. _access: 'TRUE'