public function ContextListBuilder::validateForm in Context 8
Same name and namespace in other branches
- 8.4 modules/context_ui/src/ContextListBuilder.php \Drupal\context_ui\ContextListBuilder::validateForm()
- 8.0 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 233
Class
Namespace
Drupal\context_uiCode
public function validateForm(array &$form, FormStateInterface $form_state) {
// No validation.
}