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