public function WebformTranslationConfigManagerInterface::alterForm in Webform 6.x
Alter config translation form.
Parameters
$form: Nested array of form elements that comprise the form.
$form_state: The current state of the form.
1 method overrides WebformTranslationConfigManagerInterface::alterForm()
- WebformTranslationConfigManager::alterForm in src/
WebformTranslationConfigManager.php - Alter config translation form.
File
- src/
WebformTranslationConfigManagerInterface.php, line 20
Class
- WebformTranslationConfigManagerInterface
- Defines an interface for webform config translation classes.
Namespace
Drupal\webformCode
public function alterForm(&$form, FormStateInterface $form_state);