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