You are here

public property EntityPreforwardEvent::$account in Forward 8

Same name and namespace in other branches
  1. 8.3 src/Event/EntityPreforwardEvent.php \Drupal\forward\Event\EntityPreforwardEvent::account
  2. 8.2 src/Event/EntityPreforwardEvent.php \Drupal\forward\Event\EntityPreforwardEvent::account
  3. 4.x src/Event/EntityPreforwardEvent.php \Drupal\forward\Event\EntityPreforwardEvent::account
  4. 4.0.x src/Event/EntityPreforwardEvent.php \Drupal\forward\Event\EntityPreforwardEvent::account

The user account.

Type: \Drupal\user\UserInterface

File

src/Event/EntityPreforwardEvent.php, line 21

Class

EntityPreforwardEvent
Event that is fired when an entity is forwarded.

Namespace

Drupal\forward\Event

Code

public $account;