You are here

protected property BlockContent::$blockContentStorage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/block_content/src/Plugin/Derivative/BlockContent.php \Drupal\block_content\Plugin\Derivative\BlockContent::blockContentStorage
  2. 10 core/modules/block_content/src/Plugin/Derivative/BlockContent.php \Drupal\block_content\Plugin\Derivative\BlockContent::blockContentStorage

The custom block storage.

Type: \Drupal\Core\Entity\EntityStorageInterface

File

core/modules/block_content/src/Plugin/Derivative/BlockContent.php, line 20

Class

BlockContent
Retrieves block plugin definitions for all custom blocks.

Namespace

Drupal\block_content\Plugin\Derivative

Code

protected $blockContentStorage;