You are here

public static function SearchFacetapiDate::getType in Faceted Navigation for Search 7

Returns the query type associated with the plugin.

Return value

string The query type.

File

plugins/facetapi/query_type_date.inc, line 19
Date query type plugin for the Apache Solr adapter.

Class

SearchFacetapiDate
Plugin for "date" query types.

Code

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