You are here

public function BlockContentGetDependencyEvent::getBlockContentEntity in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php \Drupal\block_content\Event\BlockContentGetDependencyEvent::getBlockContentEntity()

Gets the block content entity.

Return value

\Drupal\block_content\BlockContentInterface The block content entity.

File

core/modules/block_content/src/Event/BlockContentGetDependencyEvent.php, line 46

Class

BlockContentGetDependencyEvent
Block content event to allow setting an access dependency.

Namespace

Drupal\block_content\Event

Code

public function getBlockContentEntity() {
  return $this->blockContent;
}