You are here

protected function WebformTranslationConfigManager::alterConfigSettingsForm in Webform 6.x

Alter the webform settings configuration form.

Parameters

string $config_name: The webform settings configuration name.

array $config_element: The webform settings configuration element.

1 call to WebformTranslationConfigManager::alterConfigSettingsForm()
WebformTranslationConfigManager::alterForm in src/WebformTranslationConfigManager.php
Alter config translation form.

File

src/WebformTranslationConfigManager.php, line 141

Class

WebformTranslationConfigManager
Defines a class to translate webform config.

Namespace

Drupal\webform

Code

protected function alterConfigSettingsForm($config_name, array &$config_element) {
  $this
    ->alterTypedConfigElements($config_element, "webform.settings");
}