public UserInterface::getInitialEmail()
Returns the email that was used when the user was registered.
Return value
string Initial email address of the user.
File
- core/modules/user/src/UserInterface.php, line 160
Class
- UserInterface
- Provides an interface defining a user entity.
Namespace
Drupal\user
Code
public function getInitialEmail();
Please login to continue.