You are here

public function RulesAddEditForm::validateForm in Custom filter 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/RulesAddEditForm.php \Drupal\customfilter\Form\RulesAddEditForm::validateForm()

Form validation handler.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides FormInterface::validateForm

File

src/Form/RulesAddEditForm.php, line 163

Class

RulesAddEditForm
Defines a form to add/edit the rules.

Namespace

Drupal\customfilter\Form

Code

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