public function GetExtendedContactDetails::setEmailBlacklisted in SendinBlue 8.2
Same name and namespace in other branches
- 8 src/Tools/Model/GetExtendedContactDetails.php \Drupal\sendinblue\Tools\Model\GetExtendedContactDetails::setEmailBlacklisted()
Parameters
bool $emailBlacklisted:
1 call to GetExtendedContactDetails::setEmailBlacklisted()
- GetExtendedContactDetails::__construct in src/
Tools/ Model/ GetExtendedContactDetails.php - GetExtendedContactDetails constructor.
File
- src/
Tools/ Model/ GetExtendedContactDetails.php, line 87
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function setEmailBlacklisted(bool $emailBlacklisted) {
$this->emailBlacklisted = $emailBlacklisted;
}