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