public function SendInBlueApiInterface::getTemplate in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Api/SendInBlueApiInterface.php \Drupal\sendinblue\Tools\Api\SendInBlueApiInterface::getTemplate()
Get template by id.
Parameters
string $id: A template identification.
Return value
\Drupal\sendinblue\Tools\Model\GetSmtpTemplateOverview A template.
2 methods override SendInBlueApiInterface::getTemplate()
- SendinblueApiV2::getTemplate in src/
Tools/ Api/ SendinblueApiV2.php - Get template by id.
- SendinblueApiV3::getTemplate in src/
Tools/ Api/ SendinblueApiV3.php - Get template by id.
File
- src/
Tools/ Api/ SendInBlueApiInterface.php, line 43
Class
- SendInBlueApiInterface
- Interface for SendInBlue API.
Namespace
Drupal\sendinblue\Tools\ApiCode
public function getTemplate($id);