comparison core/lib/Drupal/Core/Session/AccountInterface.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 4c8ae668cc8c
children 129ea1e6d783
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
146 public function getDisplayName(); 146 public function getDisplayName();
147 147
148 /** 148 /**
149 * Returns the email address of this account. 149 * Returns the email address of this account.
150 * 150 *
151 * @return string 151 * @return string|null
152 * The email address. 152 * The email address, or NULL if the account is anonymous or the user does
153 * not have an email address.
153 */ 154 */
154 public function getEmail(); 155 public function getEmail();
155 156
156 /** 157 /**
157 * Returns the timezone of this account. 158 * Returns the timezone of this account.