You are here

public function GetExtendedContactDetails::isEmailBlacklisted in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Tools/Model/GetExtendedContactDetails.php \Drupal\sendinblue\Tools\Model\GetExtendedContactDetails::isEmailBlacklisted()

Return value

bool

File

src/Tools/Model/GetExtendedContactDetails.php, line 80

Class

GetExtendedContactDetails

Namespace

Drupal\sendinblue\Tools\Model

Code

public function isEmailBlacklisted() : bool {
  return $this->emailBlacklisted;
}