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.ymlView source
- bamboo_twig_test.loaders:
- path: '/bamboo-twig-loaders'
- defaults:
- _controller: '\Drupal\bamboo_twig_test\Controller\testsController::loaders'
- requirements:
- _permission: 'access content'
-
- bamboo_twig_test.security:
- path: '/bamboo-twig-security'
- defaults:
- _controller: '\Drupal\bamboo_twig_test\Controller\testsController::security'
- requirements:
- _permission: 'access content'
-
- bamboo_twig_test.configs:
- path: '/bamboo-twig-configs'
- defaults:
- _controller: '\Drupal\bamboo_twig_test\Controller\testsController::configs'
- requirements:
- _permission: 'access content'
-
- bamboo_twig_test.files:
- path: '/bamboo-twig-files'
- defaults:
- _controller: '\Drupal\bamboo_twig_test\Controller\testsController::files'
- requirements:
- _permission: 'access content'