You are here

protected property BlockStyleManager::$defaults in Block Style Plugins 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/BlockStyleManager.php \Drupal\block_style_plugins\Plugin\BlockStyleManager::defaults

A set of defaults to be referenced by $this->processDefinition().

Type: array

Overrides DefaultPluginManager::$defaults

File

src/Plugin/BlockStyleManager.php, line 22

Class

BlockStyleManager
Provides the Block style plugin manager.

Namespace

Drupal\block_style_plugins\Plugin

Code

protected $defaults = [
  'class' => 'Drupal\\block_style_plugins\\Plugin\\BlockStyle',
];