You are here

service mandrill.api in Mandrill 8

Class

Drupal\mandrill\MandrillAPI
4 string references to mandrill.api
MandrillActivityController::overview in modules/mandrill_activity/src/Controller/MandrillActivityController.php
View Mandrill activity for a given user.
MandrillAdminSettingsForm::create in src/Form/MandrillAdminSettingsForm.php
Instantiates a new instance of this class.
MandrillTemplateMapForm::form in modules/mandrill_template/src/Form/MandrillTemplateMapForm.php
Gets the actual form array to be built.
mandrill_sender_plain in ./mandrill.module
Calls the API send message.

File

./mandrill.services.yml
mandrill.services.yml

View source
  1. class: Drupal\mandrill\MandrillAPI
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.factory'