simple_block_layout_builder.routing.yml in Simple Block 8
modules/simple_block_layout_builder/simple_block_layout_builder.routing.yml
2 string references to YAML keys in simple_block_layout_builder.routing.yml
- SimpleBlockAddControllerSubscriber::alterBuild in modules/
simple_block_layout_builder/ src/ Event/ Subscriber/ SimpleBlockAddControllerSubscriber.php - Alters the build produced by ChooseBlockController::build().
- simple_block_layout_builder_contextual_links_alter in modules/
simple_block_layout_builder/ simple_block_layout_builder.module - Implements hook_contextual_links_alter().
File
modules/simple_block_layout_builder/simple_block_layout_builder.routing.ymlView source
- simple_block_layout_builder.edit_block:
- path: '/layout_builder/simple-block/{section_storage_type}/{section_storage}/{delta}/{region}/{uuid}/{simple_block}'
- defaults:
- _entity_form: simple_block.layout_builder
- _title: 'Configure block'
- simple_block: null
- uuid: null
- requirements:
- _layout_builder_access: 'view'
- options:
- _admin_route: TRUE
- parameters:
- section_storage:
- layout_builder_tempstore: TRUE
- simple_block:
- type: entity:simple_block