public function MandrillReportsService::getUser in Mandrill 8
File
- modules/
mandrill_reports/ src/ MandrillReportsService.php, line 44 - Contains \Drupal\mandrill_reports\MandrillReportsService.
Class
- MandrillReportsService
- Mandrill Reports service.
Namespace
Drupal\mandrill_reportsCode
public function getUser() {
return $this->mandrill_api
->getUser();
}