module_test.routing.yml

Same filename in other branches
  1. 9 core/modules/system/tests/modules/module_test/module_test.routing.yml
  2. 8.9.x core/modules/system/tests/modules/module_test/module_test.routing.yml
  3. 10 core/modules/system/tests/modules/module_test/module_test.routing.yml
core/modules/system/tests/modules/module_test/module_test.routing.yml

File

core/modules/system/tests/modules/module_test/module_test.routing.yml

View source
  1. module_test.dynamic_invoke:
  2. path: '/module-test/hook-dynamic-loading-invoke'
  3. defaults:
  4. _title: 'Test hook dynamic loading (invoke)'
  5. _controller: '\Drupal\module_test\Controller\ModuleTestController::hookDynamicLoadingInvoke'
  6. requirements:
  7. _access: 'TRUE'
  8. module_test.dynamic_invoke_all:
  9. path: '/module-test/hook-dynamic-loading-invoke-all'
  10. defaults:
  11. _title: 'Test hook dynamic loading (invoke_all)'
  12. _controller: '\Drupal\module_test\Controller\ModuleTestController::hookDynamicLoadingInvokeAll'
  13. requirements:
  14. _access: 'TRUE'
  15. module_test.class_loading:
  16. path: '/module-test/class-loading'
  17. defaults:
  18. _title: 'Test loading a class from another module'
  19. _controller: '\Drupal\module_test\Controller\ModuleTestController::testClassLoading'
  20. requirements:
  21. _access: 'TRUE'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.