You are here

function FilterPluginBase::value_validate in Views (for Drupal 7) 8.3

Validate the options form.

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

File

lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php, line 332
Definition of Drupal\views\Plugin\views\filter\FilterPluginBase.

Class

FilterPluginBase
Base class for filters.

Namespace

Drupal\views\Plugin\views\filter

Code

function value_validate($form, &$form_state) {
}