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