You are here

25 classes are annotated with FacetsProcessor in Facets 8

ActiveWidgetOrderProcessor in src/Plugin/facets/processor/ActiveWidgetOrderProcessor.php
A processor that orders the results by active state.
BooleanItemProcessor in src/Plugin/facets/processor/BooleanItemProcessor.php
Provides a processor for boolean labels.
CountLimitProcessor in src/Plugin/facets/processor/CountLimitProcessor.php
Provides a count limit processor.
CountWidgetOrderProcessor in src/Plugin/facets/processor/CountWidgetOrderProcessor.php
A processor that orders the results by amount.
DateItemProcessor in src/Plugin/facets/processor/DateItemProcessor.php
Provides a processor for dates.
DependentFacetProcessor in src/Plugin/facets/processor/DependentFacetProcessor.php
Provides a processor that makes a facet depend on the state of another facet.
DisplayValueWidgetOrderProcessor in src/Plugin/facets/processor/DisplayValueWidgetOrderProcessor.php
A processor that orders the results by display value.
ExcludeSpecifiedItemsProcessor in src/Plugin/facets/processor/ExcludeSpecifiedItemsProcessor.php
Provides a processor that excludes specified items.
GranularItemProcessor in src/Plugin/facets/processor/GranularItemProcessor.php
Provides a processor for granularity.
HideActiveItemsProcessor in src/Plugin/facets/processor/HideActiveItemsProcessor.php
Provides a processor that hides results that don't narrow results.
HideNonNarrowingResultProcessor in src/Plugin/facets/processor/HideNonNarrowingResultProcessor.php
Provides a processor that hides results that don't narrow results.
HideOnlyOneItemProcessor in src/Plugin/facets/processor/HideOnlyOneItemProcessor.php
Provides a processor that removes all results when the set has only 1 item.
InvalidQT in tests/facets_custom_widget/src/Plugin/facets/processor/InvalidQT.php
The URL processor handler triggers the actual url processor.
ListItemProcessor in src/Plugin/facets/processor/ListItemProcessor.php
Provides a processor that transforms the results to show the list item label.
RangeSliderProcessor in modules/facets_range_widget/src/Plugin/facets/processor/RangeSliderProcessor.php
Provides a processor that adds all range values between an min and max range.
RawValueWidgetOrderProcessor in src/Plugin/facets/processor/RawValueWidgetOrderProcessor.php
A processor that orders the results by raw value.
ShowOnlyDeepestLevelItemsProcessor in src/Plugin/facets/processor/ShowOnlyDeepestLevelItemsProcessor.php
Provides a processor that only shows deepest level items.
ShowSiblingsProcessor in src/Plugin/facets/processor/ShowSiblingsProcessor.php
Provides a processor that only shows deepest level items.
SliderProcessor in modules/facets_range_widget/src/Plugin/facets/processor/SliderProcessor.php
Provides a processor that adds all values between an min and max range.
TermWeightWidgetOrderProcessor in src/Plugin/facets/processor/TermWeightWidgetOrderProcessor.php
A processor that orders the term-results by their weight.
TestPreQuery in tests/facets_custom_widget/src/Plugin/facets/processor/TestPreQuery.php
The URL processor handler triggers the actual url processor.
TranslateEntityAggregatedFieldProcessor in src/Plugin/facets/processor/TranslateEntityAggregatedFieldProcessor.php
Transforms the results to show the translated entity label.
TranslateEntityProcessor in src/Plugin/facets/processor/TranslateEntityProcessor.php
Transforms the results to show the translated entity label.
UidToUserNameCallbackProcessor in src/Plugin/facets/processor/UidToUserNameCallbackProcessor.php
Provides a processor that transforms the results to show the user's name.
UrlProcessorHandler in src/Plugin/facets/processor/UrlProcessorHandler.php
The URL processor handler triggers the actual url processor.