function SystemBrandingOffCanvasForm::validateConfigurationForm
Same name in this branch
- main core/modules/system/src/Form/SystemBrandingOffCanvasForm.php \Drupal\system\Form\SystemBrandingOffCanvasForm::validateConfigurationForm()
Same name and namespace in other branches
- 11.x core/modules/system/src/Form/SystemBrandingOffCanvasForm.php \Drupal\system\Form\SystemBrandingOffCanvasForm::validateConfigurationForm()
- 10 core/modules/system/src/Form/SystemBrandingOffCanvasForm.php \Drupal\system\Form\SystemBrandingOffCanvasForm::validateConfigurationForm()
- 9 core/modules/system/src/Form/SystemBrandingOffCanvasForm.php \Drupal\system\Form\SystemBrandingOffCanvasForm::validateConfigurationForm()
- 8.9.x core/modules/system/src/Form/SystemBrandingOffCanvasForm.php \Drupal\system\Form\SystemBrandingOffCanvasForm::validateConfigurationForm()
Overrides PluginFormBase::validateConfigurationForm
File
-
core/
modules/ settings_tray/ src/ Form/ SystemBrandingOffCanvasForm.php, line 107
Class
- SystemBrandingOffCanvasForm
- The settings_tray form handler for the SystemBrandingBlock.
Namespace
Drupal\settings_tray\FormCode
public function validateConfigurationForm(array &$form, FormStateInterface $form_state) {
$this->plugin
->validateConfigurationForm($form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.