public function GetSmtpTemplates::setTemplates in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetSmtpTemplates.php \Drupal\sendinblue\Tools\Model\GetSmtpTemplates::setTemplates()
Parameters
GetSmtpTemplateOverview[] $templates:
File
- src/
Tools/ Model/ GetSmtpTemplates.php, line 56
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function setTemplates(array $templates) {
$this->templates = $templates;
}