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