You are here

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

Classsort descending Location Description
HideWhenNotRenderedProcessor modules/facets_summary/src/Plugin/facets_summary/processor/HideWhenNotRenderedProcessor.php Provides a processor that hides the summary when the source was not rendered.
ResetFacetsProcessor modules/facets_summary/src/Plugin/facets_summary/processor/ResetFacetsProcessor.php Provides a processor that adds a link to reset facet filters.
ShowCountProcessor modules/facets_summary/src/Plugin/facets_summary/processor/ShowCountProcessor.php Provides a processor that shows a summary of how many results were found.
ShowSummaryProcessor modules/facets_summary/src/Plugin/facets_summary/processor/ShowSummaryProcessor.php Provides a processor that shows a summary of all selected facets.
ShowTextWhenEmptyProcessor modules/facets_summary/src/Plugin/facets_summary/processor/ShowTextWhenEmptyProcessor.php Provides a processor that shows a text when there are no results.