You are here

private property EntityAccessEvent::$account in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/core_event_dispatcher/src/Event/Entity/EntityAccessEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityAccessEvent::account

The account trying to access the entity.

Type: \Drupal\Core\Session\AccountInterface

File

modules/core_event_dispatcher/src/Event/Entity/EntityAccessEvent.php, line 27

Class

EntityAccessEvent
Class EntityAccessEvent.

Namespace

Drupal\core_event_dispatcher\Event\Entity

Code

private $account;