You are here

public property FacetsProcessor::$stages in Facets 8

The stages this processor will run in, along with their default weights.

This is represented as an associative array, mapping one or more of the stage identifiers to the default weight for that stage. For the available stages, see \Drupal\facets\Processor\ProcessorPluginManager::getProcessingStages().

Type: int[]

File

src/Annotation/FacetsProcessor.php, line 61

Class

FacetsProcessor
Defines a Facets Processor annotation.

Namespace

Drupal\facets\Annotation

Code

public $stages;