legacy_front_controller_test.routing.yml

Same filename and directory in other branches
  1. main core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.routing.yml
core/modules/system/tests/modules/legacy_front_controller_test/legacy_front_controller_test.routing.yml

File

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

View source
  1. legacy_front_controller_test.home:
  2. path: '/test'
  3. defaults:
  4. _controller: '\Drupal\legacy_front_controller_test\Controller\TestController::helloWorld'
  5. requirements:
  6. _access: 'TRUE'

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