You are here

public function SendinblueManager::getSendinblueMailin in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 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\sendinblue

Code

public function getSendinblueMailin() : SendInBlueApiInterface {
  return $this->sendinblueMailin;
}