Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Session / AccountInterface.php
index 1cf82dcb63caa195bf04ceb96603cf94be68a821..ba3ed9378cef417d7e9641bd33802a73a6d65eaa 100644 (file)
@@ -148,8 +148,9 @@ interface AccountInterface {
   /**
    * Returns the email address of this account.
    *
-   * @return string
-   *   The email address.
+   * @return string|null
+   *   The email address, or NULL if the account is anonymous or the user does
+   *   not have an email address.
    */
   public function getEmail();