You are here

public function QueryStringCreated::getFilterParameters in Facets 8

Get the filter parameters.

Return value

array The filter parameters.

File

src/Event/QueryStringCreated.php, line 92

Class

QueryStringCreated
Implements the query string created event.

Namespace

Drupal\facets\Event

Code

public function getFilterParameters() {
  return $this->filterParameters;
}