You are here

public function FacetapiQueryTypeInterface::execute in Facet API 6.3

Same name and namespace in other branches
  1. 7.2 plugins/facetapi/query_type.inc \FacetapiQueryTypeInterface::execute()
  2. 7 plugins/facetapi/query_type.inc \FacetapiQueryTypeInterface::execute()

Adds the filter to the query object.

Parameters

stdClass $query: An object containing the query in the backend's native API.

1 method overrides FacetapiQueryTypeInterface::execute()
FacetapiTestTerm::execute in tests/facetapi_test/plugins/facetapi/test_query_type.inc
Adds the filter to the query object.

File

plugins/facetapi/query_type.inc, line 27
Interfaces and base classes for query type plugins.

Class

FacetapiQueryTypeInterface
Interface that must be implemented by all query type plugins.

Code

public function execute($query);