You are here

block_test.routing.yml in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/block/tests/modules/block_test/block_test.routing.yml
core/modules/block/tests/modules/block_test/block_test.routing.yml

File

core/modules/block/tests/modules/block_test/block_test.routing.yml
View source
  1. block_test.test_multipleforms:
  2. path: '/test-multiple-forms'
  3. defaults:
  4. _controller: '\Drupal\block_test\Controller\TestMultipleFormController::testMultipleForms'
  5. _title: 'Multiple forms'
  6. requirements:
  7. _access: 'TRUE'