Constructs a BlockContent object.
\Drupal\Core\Entity\EntityStorageInterface $block_content_storage: The content block storage.
public function __construct(EntityStorageInterface $block_content_storage) { $this->blockContentStorage = $block_content_storage; }