BooleanOperatorString |
core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php |
Simple filter to handle matching of boolean values. |
Broken |
core/modules/views/src/Plugin/views/filter/Broken.php |
A special handler to take the place of missing or broken handlers. |
Combine |
core/modules/views/src/Plugin/views/filter/Combine.php |
Filter handler which allows to search on multiple fields. |
Date |
core/modules/views/src/Plugin/views/filter/Date.php |
Filter to handle dates stored as a timestamp. |
Equality |
core/modules/views/src/Plugin/views/filter/Equality.php |
Simple filter to handle equal to / not equal to filters. |
FilterPluginBase |
core/modules/views/src/Plugin/views/filter/FilterPluginBase.php |
Base class for Views filters handler plugins. |
GroupByNumeric |
core/modules/views/src/Plugin/views/filter/GroupByNumeric.php |
Simple filter to handle greater than/less than filters. |
InOperator |
core/modules/views/src/Plugin/views/filter/InOperator.php |
Simple filter to handle matching of multiple options selectable via checkboxes. |
LanguageFilter |
core/modules/views/src/Plugin/views/filter/LanguageFilter.php |
Provides filtering by language. |
LatestRevision |
core/modules/views/src/Plugin/views/filter/LatestRevision.php |
Filter to show only the latest revision of an entity. |
LatestTranslationAffectedRevision |
core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php |
Filter to show only the latest translation affected revision of an entity. |
ManyToOne |
core/modules/views/src/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). |
NumericFilter |
core/modules/views/src/Plugin/views/filter/NumericFilter.php |
Simple filter to handle greater than/less than filters. |
Standard |
core/modules/views/src/Plugin/views/filter/Standard.php |
Default implementation of the base filter plugin. |
StringFilter |
core/modules/views/src/Plugin/views/filter/StringFilter.php |
Basic textfield filter to handle string filtering commands
including equality, like, not like, etc. |