You are here

protected property UrlProcessorPluginBase::$activeFilters in Facets 8

An array of active filters.

An array containing the active filters with key being the facet id and value being an array of raw values.

Type: array

File

src/UrlProcessor/UrlProcessorPluginBase.php, line 55

Class

UrlProcessorPluginBase
A base class for plugins that implements most of the boilerplate.

Namespace

Drupal\facets\UrlProcessor

Code

protected $activeFilters = [];