You are here

protected property BlockContentAccessControlHandler::$eventDispatcher in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/block_content/src/BlockContentAccessControlHandler.php \Drupal\block_content\BlockContentAccessControlHandler::eventDispatcher
  2. 10 core/modules/block_content/src/BlockContentAccessControlHandler.php \Drupal\block_content\BlockContentAccessControlHandler::eventDispatcher

The event dispatcher.

Type: \Symfony\Component\EventDispatcher\EventDispatcherInterface

File

core/modules/block_content/src/BlockContentAccessControlHandler.php, line 28

Class

BlockContentAccessControlHandler
Defines the access control handler for the custom block entity type.

Namespace

Drupal\block_content

Code

protected $eventDispatcher;