public function SendinblueManager::getSendinblueMailin in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/SendinblueManager.php \Drupal\sendinblue\SendinblueManager::getSendinblueMailin()
Get the correct Class in function of API version.
Return value
\Drupal\sendinblue\Tools\Api\SendInBlueApiInterface SendInBlueApiInterface (V2 or V3)
File
- src/
SendinblueManager.php, line 215
Class
- SendinblueManager
- Basic manager of module.
Namespace
Drupal\sendinblueCode
public function getSendinblueMailin() : SendInBlueApiInterface {
return $this->sendinblueMailin;
}