You are here

protected property UserMailQueueJob::$mailManager in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.1.x modules/social_features/social_user/src/Plugin/AdvancedQueue/JobType/UserMailQueueJob.php \Drupal\social_user\Plugin\AdvancedQueue\JobType\UserMailQueueJob::mailManager
  2. 10.2.x modules/social_features/social_user/src/Plugin/AdvancedQueue/JobType/UserMailQueueJob.php \Drupal\social_user\Plugin\AdvancedQueue\JobType\UserMailQueueJob::mailManager

The mail manager.

Type: \Drupal\Core\Mail\MailManagerInterface

File

modules/social_features/social_user/src/Plugin/AdvancedQueue/JobType/UserMailQueueJob.php, line 38

Class

UserMailQueueJob
Advanced Queue Job to process email to users.

Namespace

Drupal\social_user\Plugin\AdvancedQueue\JobType

Code

protected $mailManager;