You are here

protected function WebformTranslationConfigManager::alterConfigBlockForm in Webform 6.x

Alter the webform block configuration form.

Parameters

string $config_name: The webform block configuration name.

array $config_element: The webform block configuration element.

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

File

src/WebformTranslationConfigManager.php, line 153

Class

WebformTranslationConfigManager
Defines a class to translate webform config.

Namespace

Drupal\webform

Code

protected function alterConfigBlockForm($config_name, array &$config_element) {
  $this
    ->alterTypedConfigElements($config_element['settings'], "block.settings.webform_block");
}