public function UserDoesNotExistWithEmail::getEmail in Apigee Edge 8
Email address of the user.
Return value
string Email address.
File
- src/
Exception/ UserDoesNotExistWithEmail.php, line 59
Class
- UserDoesNotExistWithEmail
- Thrown when user does not exist with an email.
Namespace
Drupal\apigee_edge\ExceptionCode
public function getEmail() : string {
return $this->email;
}