contextual.routing.yml

Same filename and directory in other branches
  1. 11.x core/modules/contextual/contextual.routing.yml
  2. 10 core/modules/contextual/contextual.routing.yml
  3. 9 core/modules/contextual/contextual.routing.yml
  4. 8.9.x core/modules/contextual/contextual.routing.yml
core/modules/contextual/contextual.routing.yml
2 string references to YAML keys in contextual.routing.yml
ContextualDynamicContextTest::renderContextualLinks in core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
Get server-rendered contextual links for the given contextual link ids.
ContextualLinksNegotiator::applies in core/modules/contextual/src/Theme/ContextualLinksNegotiator.php
Whether this theme negotiator should be used to set the theme.

File

core/modules/contextual/contextual.routing.yml

View source
  1. contextual.render:
  2. path: '/contextual/render'
  3. defaults:
  4. _controller: '\Drupal\contextual\ContextualController::render'
  5. requirements:
  6. _permission: 'access contextual links'

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