You are here

public static function EmailedExport::ajaxCallback in Webform Scheduled Tasks 8.2

An AJAX callback for the exporter_settings container.

File

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

Class

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

Namespace

Drupal\webform_scheduled_tasks\Plugin\WebformScheduledTasks\Task

Code

public static function ajaxCallback($form, FormStateInterface $form_state) {
  return $form['task_settings']['exporter_settings'];
}