You are here

simple_block_layout_builder.services.yml in Simple Block 8

modules/simple_block_layout_builder/simple_block_layout_builder.services.yml

File

modules/simple_block_layout_builder/simple_block_layout_builder.services.yml
View source
  1. services:
  2. simple_block_layout_builder.controller_alter:
  3. class: Drupal\simple_block_layout_builder\Event\Subscriber\SimpleBlockAddControllerSubscriber
  4. arguments: ['@current_route_match', '@current_user']
  5. tags:
  6. - { name: event_subscriber }