destructable_test.routing.yml

Same filename and directory in other branches
  1. 10 core/modules/system/tests/modules/destructable_test/destructable_test.routing.yml
core/modules/system/tests/modules/destructable_test/destructable_test.routing.yml
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
  1. destructable:
  2. path: '/destructable'
  3. defaults:
  4. _controller: '\Drupal\destructable_test\Controller\CallsDestructableServiceController::render'
  5. _title: 'Calls destructable service'
  6. requirements:
  7. _access: 'TRUE'

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