You are here

public function SendinblueApiV3::getAttributes in SendinBlue 7.2

Get attribute by type.

Return value

GetAttributes An array of attributes.

Overrides SendInBlueApiInterface::getAttributes

File

includes/Api/SendinblueApiV3.php, line 298

Class

SendinblueApiV3
Sendinblue REST client.

Code

public function getAttributes() {
  return new GetAttributes(drupal_json_decode($this->sibAttributesApi
    ->getAttributes()));
}