You are here

public function GetSmtpTemplates::getCount in SendinBlue 8

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

GetSmtpTemplates

Namespace

Drupal\sendinblue\Tools\Model

Code

public function getCount() : string {
  return $this->count;
}