You are here

protected function WebformSanitizeConfigForm::getEditableConfigNames in Webform Scheduled Tasks 8

Return value

string The string to set the value as.

Overrides ConfigFormBaseTrait::getEditableConfigNames

File

src/Form/WebformSanitizeConfigForm.php, line 124

Class

WebformSanitizeConfigForm
Webform Sanitize config form.

Namespace

Drupal\webform_scheduled_tasks\Form

Code

protected function getEditableConfigNames() {
  return [
    'webform_scheduled_tasks.config',
  ];
}