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