settings_tray.routing.yml
Same filename in other branches
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
- entity.block.settings_tray_form:
- path: '/admin/structure/block/manage/{block}/settings-tray'
- defaults:
- _entity_form: 'block.settings_tray'
- _title_callback: '\Drupal\settings_tray\Block\BlockEntitySettingTrayForm::title'
- requirements:
- _permission: 'administer blocks'
- _access_block_plugin_has_settings_tray_form: 'TRUE'
- _access_block_has_overrides_settings_tray_form: 'TRUE'
-
- # Deprecated.
- # @see entity.block.settings_tray_form
- # @see \Drupal\settings_tray\RouteProcessor\BlockEntityOffCanvasFormRouteProcessorBC
- # @todo Remove in Drupal 9.0.0.
- entity.block.off_canvas_form:
- path: ''
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.