You are here

service mandrill.service in Mandrill 8

Same name in this branch
  1. 8 mandrill.services.yml \mandrill.service
  2. 8 modules/mandrill_template/mandrill_template.services.yml \mandrill.service

Class

Drupal\mandrill_template\MandrillTemplateService
4 string references to mandrill.service
MandrillAdminSettingsForm::create in src/Form/MandrillAdminSettingsForm.php
Instantiates a new instance of this class.
MandrillMail::__construct in src/Plugin/Mail/MandrillMail.php
Constructor.
MandrillQueueProcessor::processItem in src/Plugin/QueueWorker/MandrillQueueProcessor.php
Works on a single queue item.
MandrillTemplateServiceProvider::alter in modules/mandrill_template/src/MandrillTemplateServiceProvider.php
Modifies existing service definitions.

File

modules/mandrill_template/mandrill_template.services.yml
modules/mandrill_template/mandrill_template.services.yml

View source
  1. class: Drupal\mandrill_template\MandrillTemplateService
  2. arguments:
  3. - '@mandrill.api'
  4. - '@config.factory'
  5. - '@logger.factory'