You are here

public function GetExtendedContactDetails::setEmailBlacklisted in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 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

GetExtendedContactDetails

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setEmailBlacklisted(bool $emailBlacklisted) {
  $this->emailBlacklisted = $emailBlacklisted;
}