You are here

public function UrlProcessorInterface::setActiveItems in Facets 8

Sets active items.

Is called after the url processor is ready retrieving and altering the active filters to let the facet know about the active items.

Parameters

\Drupal\facets\FacetInterface $facet: The facet that is edited.

1 method overrides UrlProcessorInterface::setActiveItems()
UrlProcessorPluginBase::setActiveItems in src/UrlProcessor/UrlProcessorPluginBase.php
Sets active items.

File

src/UrlProcessor/UrlProcessorInterface.php, line 43

Class

UrlProcessorInterface
Interface UrlProcessorInterface.

Namespace

Drupal\facets\UrlProcessor

Code

public function setActiveItems(FacetInterface $facet);