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