You are here

webform_test_views.routing.yml in Webform 6.x

Same filename and directory in other branches
  1. 8.5 tests/modules/webform_test_views/webform_test_views.routing.yml
tests/modules/webform_test_views/webform_test_views.routing.yml

File

tests/modules/webform_test_views/webform_test_views.routing.yml
View source
  1. webform_test.index:
  2. path: '/admin/structure/webform/test'
  3. defaults:
  4. _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
  5. _title: 'Webforms'
  6. requirements:
  7. _permission: 'administer site configuration'