You are here

bamboo_twig_test.routing.yml in Bamboo Twig 8

tests/bamboo_twig_test/bamboo_twig_test.routing.yml

File

tests/bamboo_twig_test/bamboo_twig_test.routing.yml
View source
  1. bamboo_twig_test.loaders:
  2. path: '/bamboo-twig-loaders'
  3. defaults:
  4. _controller: '\Drupal\bamboo_twig_test\Controller\testsController::loaders'
  5. requirements:
  6. _permission: 'access content'
  7. bamboo_twig_test.security:
  8. path: '/bamboo-twig-security'
  9. defaults:
  10. _controller: '\Drupal\bamboo_twig_test\Controller\testsController::security'
  11. requirements:
  12. _permission: 'access content'
  13. bamboo_twig_test.configs:
  14. path: '/bamboo-twig-configs'
  15. defaults:
  16. _controller: '\Drupal\bamboo_twig_test\Controller\testsController::configs'
  17. requirements:
  18. _permission: 'access content'
  19. bamboo_twig_test.files:
  20. path: '/bamboo-twig-files'
  21. defaults:
  22. _controller: '\Drupal\bamboo_twig_test\Controller\testsController::files'
  23. requirements:
  24. _permission: 'access content'