You are here

protected function WebformTranslationConfigManager::alterConfigOptionsForm in Webform 6.x

Alter the webform options configuration form.

Parameters

string $config_name: The webform options configuration name.

array $config_element: The webform options configuration element.

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

File

src/WebformTranslationConfigManager.php, line 194

Class

WebformTranslationConfigManager
Defines a class to translate webform config.

Namespace

Drupal\webform

Code

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