You are here

public static function SearchApiFacetapiDate::getType in Search API 7

Returns the query type associated with the plugin.

Return value

string The query type.

Overrides SearchApiFacetapiTerm::getType

File

contrib/search_api_facetapi/plugins/facetapi/query_type_date.inc, line 27
Date query type plugin for the Search API adapter.

Class

SearchApiFacetapiDate
Plugin for "date" query types.

Code

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