namespace Drupal\views\Plugin\views\filter

Classsort descending Location Description
BooleanOperator drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperator.php Simple filter to handle matching of boolean values
BooleanOperatorString drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php Simple filter to handle matching of boolean values.
Broken drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Broken.php A special handler to take the place of missing or broken handlers.
Combine drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Combine.php Filter handler which allows to search on multiple fields.
Date drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Date.php Filter to handle dates stored as a timestamp.
Equality drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Equality.php Simple filter to handle equal to / not equal to filters
FilterPluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php Base class for filters.
GroupByNumeric drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php Simple filter to handle greater than/less than filters
InOperator drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/InOperator.php Simple filter to handle matching of multiple options selectable via checkboxes
ManyToOne drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/ManyToOne.php Complex filter to handle filtering for many to one relationships, such as terms (many terms per node) or roles (many roles per user).
Numeric drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Numeric.php Simple filter to handle greater than/less than filters
Standard drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/Standard.php Default implementation of the base filter plugin.
String drupal/core/modules/views/lib/Drupal/views/Plugin/views/filter/String.php Basic textfield filter to handle string filtering commands including equality, like, not like, etc.