public function SendInBlueApiInterface::setApiKey in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Api/SendInBlueApiInterface.php \Drupal\sendinblue\Tools\Api\SendInBlueApiInterface::setApiKey()
Set the SendinBlue APIKEY.
Parameters
string|null $apiKey: SendInBlue Apikey.
2 methods override SendInBlueApiInterface::setApiKey()
- SendinblueApiV2::setApiKey in src/
Tools/ Api/ SendinblueApiV2.php - Set the SendinBlue APIKEY.
- SendinblueApiV3::setApiKey in src/
Tools/ Api/ SendinblueApiV3.php - Set the SendinBlue APIKEY.
File
- src/
Tools/ Api/ SendInBlueApiInterface.php, line 16
Class
- SendInBlueApiInterface
- Interface for SendInBlue API.
Namespace
Drupal\sendinblue\Tools\ApiCode
public function setApiKey($apiKey);