You are here

public property EntityForwardEvent::$account in Forward 8

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

The user account.

Type: \Drupal\user\UserInterface

File

src/Event/EntityForwardEvent.php, line 21

Class

EntityForwardEvent
Event that is fired when an entity is forwarded.

Namespace

Drupal\forward\Event

Code

public $account;