public function EntityFieldAccessEvent::getAccount in Hook Event Dispatcher 8
Get the account interface.
Return value
\Drupal\Core\Session\AccountInterface Account interface.
File
- src/
Event/ EntityField/ EntityFieldAccessEvent.php, line 106
Class
- EntityFieldAccessEvent
- Class EntityInsertEvent.
Namespace
Drupal\hook_event_dispatcher\Event\EntityFieldCode
public function getAccount() {
return $this->account;
}