You are here

service layout_builder.render_block_component_subscriber in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/layout_builder.services.yml \layout_builder.render_block_component_subscriber
  2. 10 core/modules/layout_builder/layout_builder.services.yml \layout_builder.render_block_component_subscriber

Class

Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray

Tags

  • event_subscriber

File

core/modules/layout_builder/layout_builder.services.yml
core/modules/layout_builder/layout_builder.services.yml

View source
  1. class: Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray
  2. arguments:
  3. - '@current_user'
  4. tags:
  5. - { name: event_subscriber }