You are here

protected property SocialSendEmail::$mailManager in Open Social 8.5

Same name and namespace in other branches
  1. 8.6 modules/social_features/social_user/src/Plugin/Action/SocialSendEmail.php \Drupal\social_user\Plugin\Action\SocialSendEmail::mailManager
  2. 8.7 modules/social_features/social_user/src/Plugin/Action/SocialSendEmail.php \Drupal\social_user\Plugin\Action\SocialSendEmail::mailManager

The mail manager.

Type: \Drupal\Core\Mail\MailManagerInterface

File

modules/social_features/social_user/src/Plugin/Action/SocialSendEmail.php, line 57

Class

SocialSendEmail
An example action covering most of the possible options.

Namespace

Drupal\social_user\Plugin\Action

Code

protected $mailManager;