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