function 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.