function AccountProxyInterface::getAccount
Same name in other branches
- 9 core/lib/Drupal/Core/Session/AccountProxyInterface.php \Drupal\Core\Session\AccountProxyInterface::getAccount()
- 10 core/lib/Drupal/Core/Session/AccountProxyInterface.php \Drupal\Core\Session\AccountProxyInterface::getAccount()
- 11.x core/lib/Drupal/Core/Session/AccountProxyInterface.php \Drupal\Core\Session\AccountProxyInterface::getAccount()
Gets the currently wrapped account.
Return value
\Drupal\Core\Session\AccountInterface The current account.
1 method overrides AccountProxyInterface::getAccount()
- AccountProxy::getAccount in core/
lib/ Drupal/ Core/ Session/ AccountProxy.php - Gets the currently wrapped account.
File
-
core/
lib/ Drupal/ Core/ Session/ AccountProxyInterface.php, line 38
Class
- AccountProxyInterface
- Defines an interface for a service which has the current account stored.
Namespace
Drupal\Core\SessionCode
public function getAccount();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.