public function QueryStringCreated::getActiveFilters in Facets 8
Get the active filters.
Only to be used as context, because changing this will not result in any changes to the final url.
Return value
array
File
- src/
Event/ QueryStringCreated.php, line 127
Class
- QueryStringCreated
- Implements the query string created event.
Namespace
Drupal\facets\EventCode
public function getActiveFilters() {
return $this->activeFilters;
}