public function GetSmtpTemplateOverview::setHtmlContent in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetSmtpTemplateOverview.php \Drupal\sendinblue\Tools\Model\GetSmtpTemplateOverview::setHtmlContent()
Parameters
string $htmlContent:
File
- src/
Tools/ Model/ GetSmtpTemplateOverview.php, line 95
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function setHtmlContent(string $htmlContent) {
$this->htmlContent = $htmlContent;
}