public function Facet::getActiveItems in Facets 8
Returns all the active items in the facet.
Return value
mixed An array containing all active items.
Overrides FacetInterface::getActiveItems
File
- src/
Entity/ Facet.php, line 650
Class
- Facet
- Defines the facet configuration entity.
Namespace
Drupal\facets\EntityCode
public function getActiveItems() {
return $this->active_values;
}