account = $account; } /** * Gets the account. * * @return \Drupal\Core\Session\AccountInterface * The account. */ public function getAccount() { return $this->account; } }