You are here

constant EmailedExport::STORAGE_TYPE_FILESYSTEM in Webform Scheduled Tasks 8.2

A storage type of writing to the file system.

File

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

Class

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

Namespace

Drupal\webform_scheduled_tasks\Plugin\WebformScheduledTasks\Task

Code

const STORAGE_TYPE_FILESYSTEM = 'filesystem';