You are here

public function GetExtendedList::getTotalBlacklisted in SendinBlue 8.2

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

Return value

int

File

src/Tools/Model/GetExtendedList.php, line 92

Class

GetExtendedList
Class GetExtendedList.

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getTotalBlacklisted() : int {
  return $this->totalBlacklisted;
}