You are here

layout_test.routing.yml in Layout 8.2

tests/layout_test/layout_test.routing.yml

File

tests/layout_test/layout_test.routing.yml
View source
  1. layout_test_page:
  2. pattern: '/layout-test'
  3. defaults:
  4. _content: '\Drupal\layout_test\Controller\LayoutTestController::layoutTestPage'
  5. requirements:
  6. _access: 'TRUE'