You are here

public function WebformSanitizeConfigForm::getFormId in Webform Scheduled Tasks 8

Return value

string The string to set the value as.

Overrides FormInterface::getFormId

File

src/Form/WebformSanitizeConfigForm.php, line 134

Class

WebformSanitizeConfigForm
Webform Sanitize config form.

Namespace

Drupal\webform_scheduled_tasks\Form

Code

public function getFormId() {
  return 'webform_scheduled_tasks_settings';
}