public function GetAccount::getEmail in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetAccount.php \Drupal\sendinblue\Tools\Model\GetAccount::getEmail()
Return value
string
File
- src/
Tools/ Model/ GetAccount.php, line 56
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function getEmail() : string {
return $this->email;
}