You are here

public function ContextListBuilder::validateForm in Context 8.0

Same name and namespace in other branches
  1. 8.4 modules/context_ui/src/ContextListBuilder.php \Drupal\context_ui\ContextListBuilder::validateForm()
  2. 8 modules/context_ui/src/ContextListBuilder.php \Drupal\context_ui\ContextListBuilder::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

modules/context_ui/src/ContextListBuilder.php, line 225

Class

ContextListBuilder

Namespace

Drupal\context_ui

Code

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

  // No validation.
}