You are here

namespace Drupal\views\Plugin\views\filter in Views (for Drupal 7) 8.3

Classsort descending Location Description
BooleanOperator lib/Drupal/views/Plugin/views/filter/BooleanOperator.php Simple filter to handle matching of boolean values
BooleanOperatorString lib/Drupal/views/Plugin/views/filter/BooleanOperatorString.php Simple filter to handle matching of boolean values.
Broken lib/Drupal/views/Plugin/views/filter/Broken.php A special handler to take the place of missing or broken handlers.
Combine lib/Drupal/views/Plugin/views/filter/Combine.php Filter handler which allows to search on multiple fields.
Date lib/Drupal/views/Plugin/views/filter/Date.php Filter to handle dates stored as a timestamp.
Equality lib/Drupal/views/Plugin/views/filter/Equality.php Simple filter to handle equal to / not equal to filters
FilterPluginBase lib/Drupal/views/Plugin/views/filter/FilterPluginBase.php Base class for filters.
GroupByNumeric lib/Drupal/views/Plugin/views/filter/GroupByNumeric.php Simple filter to handle greater than/less than filters
InOperator lib/Drupal/views/Plugin/views/filter/InOperator.php Simple filter to handle matching of multiple options selectable via checkboxes
ManyToOne 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 lib/Drupal/views/Plugin/views/filter/Numeric.php Simple filter to handle greater than/less than filters
Standard lib/Drupal/views/Plugin/views/filter/Standard.php Default implementation of the base filter plugin.
String lib/Drupal/views/Plugin/views/filter/String.php Basic textfield filter to handle string filtering commands including equality, like, not like, etc.