render_deprecation.routing.yml
File
-
core/
modules/ system/ tests/ modules/ render_deprecation/ render_deprecation.routing.yml
View source
- render_deprecation.function:
- path: '/render_deprecation/function'
- defaults:
- _controller: 'Drupal\render_deprecation\RenderDeprecationController::buildRenderFunction'
- requirements:
- _access: 'TRUE'
- render_deprecation.service:
- path: '/render_deprecation/service'
- defaults:
- _controller: 'Drupal\render_deprecation\RenderDeprecationController::buildRenderService'
- requirements:
- _access: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.