private function SendInBlueConfigFactory::getVariable in SendinBlue 7.2
6 calls to SendInBlueConfigFactory::getVariable()
- SendInBlueConfigFactory::getAccessKey in includes/sendinblue.config.php 
- SendInBlueConfigFactory::getAccountData in includes/sendinblue.config.php 
- SendInBlueConfigFactory::getAccountEmail in includes/sendinblue.config.php 
- SendInBlueConfigFactory::getAccountUsername in includes/sendinblue.config.php 
- SendInBlueConfigFactory::getSendInBlueOn in includes/sendinblue.config.php 
File
- includes/sendinblue.config.php, line 143 
Class
Code
private function getVariable($name, $default = NULL) {
  return variable_get($name, $default);
}