You are here

namespace Drupal\facets\Plugin\facets\processor in Facets 8

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