function AccountProxy::getAccountName
Same name in other branches
- 9 core/lib/Drupal/Core/Session/AccountProxy.php \Drupal\Core\Session\AccountProxy::getAccountName()
- 10 core/lib/Drupal/Core/Session/AccountProxy.php \Drupal\Core\Session\AccountProxy::getAccountName()
- 11.x core/lib/Drupal/Core/Session/AccountProxy.php \Drupal\Core\Session\AccountProxy::getAccountName()
Overrides AccountInterface::getAccountName
1 call to AccountProxy::getAccountName()
- AccountProxy::getUsername in core/
lib/ Drupal/ Core/ Session/ AccountProxy.php - Returns the unaltered login name of this account.
File
-
core/
lib/ Drupal/ Core/ Session/ AccountProxy.php, line 161
Class
- AccountProxy
- A proxied implementation of AccountInterface.
Namespace
Drupal\Core\SessionCode
public function getAccountName() {
return $this->getAccount()
->getAccountName();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.