You are here

service simple_block_layout_builder.controller_alter in Simple Block 8

Class

Drupal\simple_block_layout_builder\Event\Subscriber\SimpleBlockAddControllerSubscriber

Tags

  • event_subscriber

File

modules/simple_block_layout_builder/simple_block_layout_builder.services.yml
modules/simple_block_layout_builder/simple_block_layout_builder.services.yml

View source
  1. class: Drupal\simple_block_layout_builder\Event\Subscriber\SimpleBlockAddControllerSubscriber
  2. arguments:
  3. - '@current_route_match'
  4. - '@current_user'
  5. tags:
  6. - { name: event_subscriber }