You are here

protected property EmailedExport::$mailManager in Webform Scheduled Tasks 8.2

The mail manager.

Type: \Drupal\Core\Mail\MailManagerInterface

File

src/Plugin/WebformScheduledTasks/Task/EmailedExport.php, line 50

Class

EmailedExport
A task which emails an export of a list of webforms.

Namespace

Drupal\webform_scheduled_tasks\Plugin\WebformScheduledTasks\Task

Code

protected $mailManager;