You are here

service layout_builder_blocks.render_block_component_subscriber in Layout Builder Blocks 1.0.x

Class

Drupal\layout_builder_blocks\EventSubscriber\BlockComponentRenderArraySubscriber

Tags

  • event_subscriber

File

./layout_builder_blocks.services.yml
layout_builder_blocks.services.yml

View source
  1. class: Drupal\layout_builder_blocks\EventSubscriber\BlockComponentRenderArraySubscriber
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@config.factory'
  5. - '@plugin.manager.bootstrap_styles_group'
  6. tags:
  7. - { name: event_subscriber }