public function SendinblueManager::getAccountData in SendinBlue 8.2
Same name and namespace in other branches
- 8 src/SendinblueManager.php \Drupal\sendinblue\SendinblueManager::getAccountData()
Get the data account store in configuration.
Return value
string The SiB account store
1 call to SendinblueManager::getAccountData()
- SendinblueManager::generateHomeLogin in src/
SendinblueManager.php - Generate Home layout of Log out.
File
- src/
SendinblueManager.php, line 267
Class
- SendinblueManager
- Basic manager of module.
Namespace
Drupal\sendinblueCode
public function getAccountData() {
return $this->configFactory
->get(self::CONFIG_SETTINGS)
->get(self::ACCOUNT_DATA);
}