You are here

public static function SearchApiFacetapiTerm::getType in Search API 7

Returns the query type associated with the plugin.

Return value

string The query type.

1 method overrides SearchApiFacetapiTerm::getType()
SearchApiFacetapiDate::getType in contrib/search_api_facetapi/plugins/facetapi/query_type_date.inc
Returns the query type associated with the plugin.

File

contrib/search_api_facetapi/plugins/facetapi/query_type_term.inc, line 19
Term query type plugin for the Apache Solr adapter.

Class

SearchApiFacetapiTerm
Plugin for "term" query types.

Code

public static function getType() {
  return 'term';
}