You are here

public function BlockContentGetDependencyEvent::getAccessDependency 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::getAccessDependency()

Gets the access dependency.

Return value

\Drupal\Core\Access\AccessibleInterface The access dependency.

File

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

Class

BlockContentGetDependencyEvent
Block content event to allow setting an access dependency.

Namespace

Drupal\block_content\Event

Code

public function getAccessDependency() {
  return $this->accessDependency;
}