You are here

protected function FilterPluginBase::valueValidate in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php \Drupal\views\Plugin\views\filter\FilterPluginBase::valueValidate()
  2. 10 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php \Drupal\views\Plugin\views\filter\FilterPluginBase::valueValidate()

Validate the options form.

1 call to FilterPluginBase::valueValidate()
FilterPluginBase::validateOptionsForm in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Simple validate handler.
3 methods override FilterPluginBase::valueValidate()
BooleanOperator::valueValidate in core/modules/views/src/Plugin/views/filter/BooleanOperator.php
Validate the options form.
Name::valueValidate in core/modules/user/src/Plugin/views/filter/Name.php
Validate the options form.
TaxonomyIndexTid::valueValidate in core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php
Validate the options form.

File

core/modules/views/src/Plugin/views/filter/FilterPluginBase.php, line 355

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

protected function valueValidate($form, FormStateInterface $form_state) {
}