You are here

public function BlockFormAlter::__construct in Block Style Plugins 8.2

Construct method for BlockFormAlter.

Parameters

\Drupal\block_style_plugins\Plugin\BlockStyleManager $blockStyleManager: A Block Style Manager instance.

File

src/BlockFormAlter.php, line 38

Class

BlockFormAlter
Base class for Block style plugins.

Namespace

Drupal\block_style_plugins

Code

public function __construct(BlockStyleManager $blockStyleManager) {
  $this->blockStyleManager = $blockStyleManager;
}