common_test.routing.yml
Same filename in other branches
2 string references to YAML keys in common_test.routing.yml
- FormElementsRenderTest::testDrupalRenderFormElements in core/
modules/ system/ tests/ src/ Kernel/ Common/ FormElementsRenderTest.php - Tests rendering form elements without using doBuildForm().
- UrlTest::testLinkAttributes in core/
modules/ system/ tests/ src/ Kernel/ Common/ UrlTest.php - Tests that default and custom attributes are handled correctly on links.
File
-
core/
modules/ system/ tests/ modules/ common_test/ common_test.routing.yml
View source
- common_test.l_active_class:
- path: '/common-test/type-link-active-class'
- defaults:
- _title: 'Test active link class'
- _controller: '\Drupal\common_test\Controller\CommonTestController::typeLinkActiveClass'
- requirements:
- _access: 'TRUE'
-
- common_test.destination:
- path: '/common-test/destination'
- defaults:
- _controller: '\Drupal\common_test\Controller\CommonTestController::destination'
- requirements:
- _access: 'TRUE'
-
- common_test.js_and_css_querystring:
- path: '/common-test/query-string'
- defaults:
- _title: 'Test querystring'
- _controller: '\Drupal\common_test\Controller\CommonTestController::jsAndCssQuerystring'
- requirements:
- _access: 'TRUE'
-
- common_test.page_attachments:
- path: '/common/attachments-test'
- defaults:
- _title: 'Attachments test'
- _controller: '\Drupal\common_test\Controller\CommonTestController::attachments'
- requirements:
- _access: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.