You are here

service plugin.manager.block_style.processor in Block Style Plugins 8.2

Same name and namespace in other branches
  1. 8 block_style_plugins.services.yml \plugin.manager.block_style.processor

Class

Drupal\block_style_plugins\Plugin\BlockStyleManager
10 string references to plugin.manager.block_style.processor
BlockFormAlter::create in src/BlockFormAlter.php
Instantiates a new instance of this class.
BlockStyleForm::create in src/Form/BlockStyleForm.php
Instantiates a new instance of this class.
block_style_plugins_preprocess_block in ./block_style_plugins.module
Implements hook_preprocess_block().
block_style_plugins_preprocess_layout in ./block_style_plugins.module
Implements hook_preprocess_layout().
block_style_plugins_themes_uninstalled in ./block_style_plugins.module
Implements hook_themes_uninstalled().

... See full list

File

./block_style_plugins.services.yml
block_style_plugins.services.yml

View source
  1. class: Drupal\block_style_plugins\Plugin\BlockStyleManager
  2. parent: default_plugin_manager
  3. arguments:
  4. - '@theme_handler'
  5. - '@theme.manager'