dialog_renderer_test.routing.yml

Same filename and directory in other branches
  1. 9 core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml
  2. 10 core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml
  3. 11.x core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml
1 string reference to YAML keys in dialog_renderer_test.routing.yml
TestController::linksDisplay in core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php
Displays test links that will open in the modal dialog.

File

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

View source
  1. dialog_renderer_test.links:
  2. path: '/dialog_renderer-test-links'
  3. defaults:
  4. _controller: '\Drupal\dialog_renderer_test\Controller\TestController::linksDisplay'
  5. _title: 'Links'
  6. requirements:
  7. _access: 'TRUE'
  8. dialog_renderer_test.modal_content:
  9. path: '/dialog_renderer-content'
  10. defaults:
  11. _controller: '\Drupal\dialog_renderer_test\Controller\TestController::modalContent'
  12. _title: 'Thing 1'
  13. requirements:
  14. _access: 'TRUE'

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