You are here

namespace Drupal\facets\Processor in Facets 8

Classsort descending Location Description
BuildProcessorInterface src/Processor/BuildProcessorInterface.php Processor runs before the renderable array is created.
PostQueryProcessorInterface src/Processor/PostQueryProcessorInterface.php Processor runs after the query was executed.
PreQueryProcessorInterface src/Processor/PreQueryProcessorInterface.php Processor runs before the query is executed.
ProcessorInterface src/Processor/ProcessorInterface.php Describes a processor.
ProcessorPluginBase src/Processor/ProcessorPluginBase.php A base class for plugins that implements most of the boilerplate.
ProcessorPluginManager src/Processor/ProcessorPluginManager.php Manages processor plugins.
SortProcessorInterface src/Processor/SortProcessorInterface.php Processor runs before the renderable array is created.
SortProcessorPluginBase src/Processor/SortProcessorPluginBase.php A base class for plugins that implements some boilerplate for a widget order.