public function SendInBlueApiInterface::getAttributes in SendinBlue 8
Same name and namespace in other branches
- 8.2 src/Tools/Api/SendInBlueApiInterface.php \Drupal\sendinblue\Tools\Api\SendInBlueApiInterface::getAttributes()
Get attribute by type.
Return value
\Drupal\sendinblue\Tools\Model\GetAttributes An array of attributes.
2 methods override SendInBlueApiInterface::getAttributes()
- SendinblueApiV2::getAttributes in src/
Tools/ Api/ SendinblueApiV2.php - Get attribute by type.
- SendinblueApiV3::getAttributes in src/
Tools/ Api/ SendinblueApiV3.php - Get attribute by type.
File
- src/
Tools/ Api/ SendInBlueApiInterface.php, line 137
Class
- SendInBlueApiInterface
- Interface for SendInBlue API.
Namespace
Drupal\sendinblue\Tools\ApiCode
public function getAttributes();