public function QueryTypeInterface::build in Facets 8
Builds the facet information, so it can be rendered.
3 methods override QueryTypeInterface::build()
- QueryTypeRangeBase::build in src/
QueryType/ QueryTypeRangeBase.php - Builds the facet information, so it can be rendered.
- SearchApiRange::build in src/
Plugin/ facets/ query_type/ SearchApiRange.php - Builds the facet information, so it can be rendered.
- SearchApiString::build in src/
Plugin/ facets/ query_type/ SearchApiString.php - Builds the facet information, so it can be rendered.
File
- src/
QueryType/ QueryTypeInterface.php, line 18
Class
- QueryTypeInterface
- The interface defining the required methods for a query type.
Namespace
Drupal\facets\QueryTypeCode
public function build();