public static function WebformTranslationConfigManagerInterface::validateWebformForm in Webform 6.x
Validate the webform 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::validateWebformForm()
- WebformTranslationConfigManager::validateWebformForm in src/
WebformTranslationConfigManager.php - Validate the webform config translation form.
File
- src/
WebformTranslationConfigManagerInterface.php, line 30
Class
- WebformTranslationConfigManagerInterface
- Defines an interface for webform config translation classes.
Namespace
Drupal\webformCode
public static function validateWebformForm(&$form, FormStateInterface $form_state);