public function QueryTypeInterface::execute in Facets 8
Adds facet info to the query using the backend native query object.
3 methods override QueryTypeInterface::execute()
- QueryTypeRangeBase::execute in src/
QueryType/ QueryTypeRangeBase.php - Adds facet info to the query using the backend native query object.
- SearchApiRange::execute in src/
Plugin/ facets/ query_type/ SearchApiRange.php - Adds facet info to the query using the backend native query object.
- SearchApiString::execute in src/
Plugin/ facets/ query_type/ SearchApiString.php - Adds facet info to the query using the backend native query object.
File
- src/
QueryType/ QueryTypeInterface.php, line 13
Class
- QueryTypeInterface
- The interface defining the required methods for a query type.
Namespace
Drupal\facets\QueryTypeCode
public function execute();