You are here

render_deprecation.routing.yml in Drupal 9

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

File

core/modules/system/tests/modules/render_deprecation/render_deprecation.routing.yml
View source
  1. render_deprecation.function:
  2. path: '/render_deprecation/function'
  3. defaults:
  4. _controller: 'Drupal\render_deprecation\RenderDeprecationController::buildRenderFunction'
  5. requirements:
  6. _access: 'TRUE'
  7. render_deprecation.service:
  8. path: '/render_deprecation/service'
  9. defaults:
  10. _controller: 'Drupal\render_deprecation\RenderDeprecationController::buildRenderService'
  11. requirements:
  12. _access: 'TRUE'