public function GetAccount::getPlan in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Model/GetAccount.php \Drupal\sendinblue\Tools\Model\GetAccount::getPlan()
Return value
File
- src/
Tools/ Model/ GetAccount.php, line 126
Class
Namespace
Drupal\sendinblue\Tools\ModelCode
public function getPlan() : array {
return $this->plan;
}