You are here

public function GetSmtpTemplates::setTemplates in SendinBlue 8.2

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

Parameters

GetSmtpTemplateOverview[] $templates:

File

src/Tools/Model/GetSmtpTemplates.php, line 56

Class

GetSmtpTemplates

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setTemplates(array $templates) {
  $this->templates = $templates;
}