settings_tray.routing.yml

Same filename and directory in other branches
  1. 9 core/modules/settings_tray/settings_tray.routing.yml
  2. 10 core/modules/settings_tray/settings_tray.routing.yml
  3. 11.x core/modules/settings_tray/settings_tray.routing.yml
core/modules/settings_tray/settings_tray.routing.yml
1 string reference to YAML keys in settings_tray.routing.yml
BlockEntityOffCanvasFormRouteProcessorBC::processOutbound in core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php
Processes the outbound route.

File

core/modules/settings_tray/settings_tray.routing.yml

View source
  1. entity.block.settings_tray_form:
  2. path: '/admin/structure/block/manage/{block}/settings-tray'
  3. defaults:
  4. _entity_form: 'block.settings_tray'
  5. _title_callback: '\Drupal\settings_tray\Block\BlockEntitySettingTrayForm::title'
  6. requirements:
  7. _permission: 'administer blocks'
  8. _access_block_plugin_has_settings_tray_form: 'TRUE'
  9. _access_block_has_overrides_settings_tray_form: 'TRUE'
  10. # Deprecated.
  11. # @see entity.block.settings_tray_form
  12. # @see \Drupal\settings_tray\RouteProcessor\BlockEntityOffCanvasFormRouteProcessorBC
  13. # @todo Remove in Drupal 9.0.0.
  14. entity.block.off_canvas_form:
  15. path: ''

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