You are here

bamboo_twig_test.routing.yml in Bamboo Twig 8.5

tests/modules/bamboo_twig_test/bamboo_twig_test.routing.yml

File

tests/modules/bamboo_twig_test/bamboo_twig_test.routing.yml
View source
  1. bamboo_twig_test.loader:
  2. path: '/bamboo-twig-loader'
  3. defaults:
  4. _controller: '\Drupal\bamboo_twig_test\Controller\TestsController::testLoader'
  5. requirements:
  6. _permission: 'access content'
  7. bamboo_twig_test.render:
  8. path: '/bamboo-twig-render'
  9. defaults:
  10. _controller: '\Drupal\bamboo_twig_test\Controller\TestsController::testRender'
  11. requirements:
  12. _permission: 'access content'
  13. bamboo_twig_test.security:
  14. path: '/bamboo-twig-security'
  15. defaults:
  16. _controller: '\Drupal\bamboo_twig_test\Controller\TestsController::testSecurity'
  17. requirements:
  18. _permission: 'access content'
  19. bamboo_twig_test.config:
  20. path: '/bamboo-twig-config'
  21. defaults:
  22. _controller: '\Drupal\bamboo_twig_test\Controller\TestsController::testConfig'
  23. requirements:
  24. _permission: 'access content'
  25. bamboo_twig_test.file:
  26. path: '/bamboo-twig-file'
  27. defaults:
  28. _controller: '\Drupal\bamboo_twig_test\Controller\TestsController::testFile'
  29. requirements:
  30. _permission: 'access content'
  31. bamboo_twig_test.path:
  32. path: '/bamboo-twig-path'
  33. defaults:
  34. _controller: '\Drupal\bamboo_twig_test\Controller\TestsController::testPath'
  35. requirements:
  36. _permission: 'access content'
  37. bamboo_twig_test.i18n:
  38. path: '/bamboo-twig-i18n'
  39. defaults:
  40. _controller: '\Drupal\bamboo_twig_test\Controller\TestsController::testI18n'
  41. requirements:
  42. _permission: 'access content'
  43. bamboo_twig_test.extensions:
  44. path: '/bamboo-twig-extensions'
  45. defaults:
  46. _controller: '\Drupal\bamboo_twig_test\Controller\TestsController::testExtensions'
  47. requirements:
  48. _permission: 'access content'
  49. bamboo_twig_test.token:
  50. path: '/bamboo-twig-token'
  51. defaults:
  52. _controller: '\Drupal\bamboo_twig_test\Controller\TestsController::testToken'
  53. requirements:
  54. _permission: 'access content'