You are here

public function SendInBlueApiInterface::getLists in SendinBlue 8

Same name and namespace in other branches
  1. 8.2 src/Tools/Api/SendInBlueApiInterface.php \Drupal\sendinblue\Tools\Api\SendInBlueApiInterface::getLists()

Get lists of an account.

Return value

\Drupal\sendinblue\Tools\Model\GetLists An array of all lists.

2 methods override SendInBlueApiInterface::getLists()
SendinblueApiV2::getLists in src/Tools/Api/SendinblueApiV2.php
Get lists of an account.
SendinblueApiV3::getLists in src/Tools/Api/SendinblueApiV3.php
Get lists of an account.

File

src/Tools/Api/SendInBlueApiInterface.php, line 51

Class

SendInBlueApiInterface
Interface for SendInBlue API.

Namespace

Drupal\sendinblue\Tools\Api

Code

public function getLists();