destructable_test.routing.yml
Same filename in other branches
1 string reference to YAML keys in destructable_test.routing.yml
- DestructableServiceTest::testDestructableServiceExecutionOrder in core/
tests/ Drupal/ FunctionalTests/ HttpKernel/ DestructableServiceTest.php
File
-
core/
modules/ system/ tests/ modules/ destructable_test/ destructable_test.routing.yml
View source
- destructable:
- path: '/destructable'
- defaults:
- _controller: '\Drupal\destructable_test\Controller\CallsDestructableServiceController::render'
- _title: 'Calls destructable service'
- requirements:
- _access: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.