You are here

public function MandrillTestAPI::getSenders in Mandrill 8

Gets a list of senders.

Return value

array

Overrides MandrillAPI::getSenders

File

src/MandrillTestAPI.php, line 137

Class

MandrillTestAPI
Overrides functions in the Mandrill API service for testing.

Namespace

Drupal\mandrill

Code

public function getSenders() {
  return $this
    ->getSendersTestData();
}