protected function FilterPluginBase::valueValidate

Validate the options form.

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

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php, line 335
Definition of Drupal\views\Plugin\views\filter\FilterPluginBase.

Class

FilterPluginBase
Base class for filters.

Namespace

Drupal\views\Plugin\views\filter

Code

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