protected function WebformTranslationConfigManager::alterConfigOptionsCustomForm in Webform 6.x
Alter the webform options custom configuration form.
Parameters
string $config_name: The webform options configuration name.
array $config_element: The webform options configuration element.
1 call to WebformTranslationConfigManager::alterConfigOptionsCustomForm()
- WebformTranslationConfigManager::alterForm in src/
WebformTranslationConfigManager.php - Alter config translation form.
File
- src/
WebformTranslationConfigManager.php, line 206
Class
- WebformTranslationConfigManager
- Defines a class to translate webform config.
Namespace
Drupal\webformCode
protected function alterConfigOptionsCustomForm($config_name, array &$config_element) {
$this
->alterTypedConfigElements($config_element, "webform_options_custom.webform_options_custom.*");
}