You are here

service webprofiler.debug.plugin.manager.mail.default in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/webprofiler.services.yml \webprofiler.debug.plugin.manager.mail.default
  2. 8.2 webprofiler/webprofiler.services.yml \webprofiler.debug.plugin.manager.mail.default
  3. 4.x webprofiler/webprofiler.services.yml \webprofiler.debug.plugin.manager.mail.default

Class

Drupal\Core\Mail\MailManager
1 string reference to webprofiler.debug.plugin.manager.mail.default
DecoratorPass::process in webprofiler/src/Compiler/DecoratorPass.php
You can modify the container here before it is dumped to PHP code.

File

webprofiler/webprofiler.services.yml
webprofiler/webprofiler.services.yml

View source
  1. class: Drupal\Core\Mail\MailManager
  2. arguments:
  3. - '@container.namespaces'
  4. - '@cache.discovery'
  5. - '@module_handler'
  6. - '@config.factory'
  7. - '@logger.factory'
  8. - '@string_translation'
  9. - '@renderer'