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