You are here

protected function FilterPluginBase::operatorValidate in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/filter/FilterPluginBase.php \Drupal\views\Plugin\views\filter\FilterPluginBase::operatorValidate()

Validate the operator form.

1 call to FilterPluginBase::operatorValidate()
FilterPluginBase::validateOptionsForm in core/modules/views/src/Plugin/views/filter/FilterPluginBase.php
Simple validate handler

File

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

Class

FilterPluginBase
Base class for Views filters handler plugins.

Namespace

Drupal\views\Plugin\views\filter

Code

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