You are here

public function DomainThemeSwitchConfigForm::validateForm in Domain Theme Switch 8

Validate function for the form.

Parameters

array $form: Form items.

\Drupal\Core\Form\FormStateInterface $form_state: Formstate for validate.

Overrides FormBase::validateForm

File

src/Form/DomainThemeSwitchConfigForm.php, line 153

Class

DomainThemeSwitchConfigForm
Class DomainThemeSwitchConfigForm.

Namespace

Drupal\domain_theme_switch\Form

Code

public function validateForm(array &$form, FormStateInterface $form_state) {
}