function BlockContentGetDependencyEvent::__construct
BlockContentGetDependencyEvent constructor.
Parameters
\Drupal\block_content\BlockContentInterface $blockContent: The block content entity.
File
-
core/
modules/ block_content/ src/ Event/ BlockContentGetDependencyEvent.php, line 36
Class
- BlockContentGetDependencyEvent
- Block content event to allow setting an access dependency.
Namespace
Drupal\block_content\EventCode
public function __construct(BlockContentInterface $blockContent) {
$this->blockContent = $blockContent;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.