You are here

public function FixedBlockContent::__construct in Fixed Block Content 8

Constructs a BlockContent object.

Parameters

\Drupal\Core\Entity\EntityStorageInterface $block_content_storage: The custom block storage.

File

src/Plugin/Derivative/FixedBlockContent.php, line 28

Class

FixedBlockContent
Retrieves block plugin definitions for all custom config blocks.

Namespace

Drupal\fixed_block_content\Plugin\Derivative

Code

public function __construct(EntityStorageInterface $block_content_storage) {
  $this->blockConfigStorage = $block_content_storage;
}