You are here

public function FacetInterface::getActiveItems in Facets 8

Returns all the active items in the facet.

Return value

mixed An array containing all active items.

1 method overrides FacetInterface::getActiveItems()
Facet::getActiveItems in src/Entity/Facet.php
Returns all the active items in the facet.

File

src/FacetInterface.php, line 132

Class

FacetInterface
The facet entity.

Namespace

Drupal\facets

Code

public function getActiveItems();