BlockContentGetDependencyEvent constructor.
\Drupal\block_content\BlockContentInterface $blockContent: The block content entity.
public function __construct(BlockContentInterface $blockContent) { $this->blockContent = $blockContent; }