function SystemBrandingOffCanvasForm::validateConfigurationForm

Same name and namespace in other branches
  1. 9 core/modules/system/src/Form/SystemBrandingOffCanvasForm.php \Drupal\system\Form\SystemBrandingOffCanvasForm::validateConfigurationForm()
  2. 8.9.x core/modules/system/src/Form/SystemBrandingOffCanvasForm.php \Drupal\system\Form\SystemBrandingOffCanvasForm::validateConfigurationForm()
  3. 10 core/modules/system/src/Form/SystemBrandingOffCanvasForm.php \Drupal\system\Form\SystemBrandingOffCanvasForm::validateConfigurationForm()

Overrides PluginFormBase::validateConfigurationForm

File

core/modules/system/src/Form/SystemBrandingOffCanvasForm.php, line 107

Class

SystemBrandingOffCanvasForm
The settings_tray form handler for the SystemBrandingBlock.

Namespace

Drupal\system\Form

Code

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.