public function MandrillTestAPI::getUser in Mandrill 8
Gets current API user information.
Return value
array
Overrides MandrillAPI::getUser
File
- src/
MandrillTestAPI.php, line 81
Class
- MandrillTestAPI
- Overrides functions in the Mandrill API service for testing.
Namespace
Drupal\mandrillCode
public function getUser() {
return $this
->getUserTestData();
}