You are here

protected property SendGridQueue::$mailManager in SendGrid Integration 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/QueueWorker/SendGridQueue.php \Drupal\sendgrid_integration\Plugin\QueueWorker\SendGridQueue::mailManager

The mail manager service.

Type: \Drupal\Core\Mail\MailManagerInterface

File

src/Plugin/QueueWorker/SendGridQueue.php, line 26

Class

SendGridQueue
Sendgrid resend queue worker.

Namespace

Drupal\sendgrid_integration\Plugin\QueueWorker

Code

protected $mailManager;