You are here

block_style_plugins.services.yml in Block Style Plugins 8.2

Same filename and directory in other branches
  1. 8 block_style_plugins.services.yml

File

block_style_plugins.services.yml
View source
  1. services:
  2. plugin.manager.block_style.processor:
  3. class: Drupal\block_style_plugins\Plugin\BlockStyleManager
  4. parent: default_plugin_manager
  5. arguments: ['@theme_handler', '@theme.manager']
  6. block_style_plugins.component_styles_subscriber:
  7. class: Drupal\block_style_plugins\EventSubscriber\SectionComponentStyles
  8. arguments: ['@plugin.manager.block_style.processor']
  9. tags:
  10. - { name: event_subscriber }
  11. # waiting on https://www.drupal.org/project/drupal/issues/3062862
  12. # block_style_plugins.section_styles_subscriber:
  13. # class: Drupal\block_style_plugins\EventSubscriber\SectionStyles
  14. # arguments: ['@plugin.manager.block_style.processor']
  15. # tags:
  16. # - { name: event_subscriber }