function UserSession::getEmail
Same name in other branches
- 9 core/lib/Drupal/Core/Session/UserSession.php \Drupal\Core\Session\UserSession::getEmail()
- 10 core/lib/Drupal/Core/Session/UserSession.php \Drupal\Core\Session\UserSession::getEmail()
- 11.x core/lib/Drupal/Core/Session/UserSession.php \Drupal\Core\Session\UserSession::getEmail()
Overrides AccountInterface::getEmail
File
-
core/
lib/ Drupal/ Core/ Session/ UserSession.php, line 181
Class
- UserSession
- An implementation of the user account interface for the global user.
Namespace
Drupal\Core\SessionCode
public function getEmail() {
return $this->mail;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.