public function SendInBlueApiInterface::getAccount in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Api/SendInBlueApiInterface.php \Drupal\sendinblue\Tools\Api\SendInBlueApiInterface::getAccount()
Get the details of an account.
Return value
\Drupal\sendinblue\Tools\Model\GetAccount An array of account detail.
2 methods override SendInBlueApiInterface::getAccount()
- SendinblueApiV2::getAccount in src/
Tools/ Api/ SendinblueApiV2.php - Get the details of an account.
- SendinblueApiV3::getAccount in src/
Tools/ Api/ SendinblueApiV3.php - Get the details of an account.
File
- src/
Tools/ Api/ SendInBlueApiInterface.php, line 24
Class
- SendInBlueApiInterface
- Interface for SendInBlue API.
Namespace
Drupal\sendinblue\Tools\ApiCode
public function getAccount();