You are here

protected property EmailAction::$mailManager in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/action/src/Plugin/Action/EmailAction.php \Drupal\action\Plugin\Action\EmailAction::mailManager

The mail manager

Type: \Drupal\Core\Mail\MailManagerInterface

File

core/modules/action/src/Plugin/Action/EmailAction.php, line 61
Contains \Drupal\action\Plugin\Action\EmailAction.

Class

EmailAction
Sends an email message.

Namespace

Drupal\action\Plugin\Action

Code

protected $mailManager;