You are here

public static function FacetapiQueryTypeInterface::getType in Facet API 6.3

Same name and namespace in other branches
  1. 7.2 plugins/facetapi/query_type.inc \FacetapiQueryTypeInterface::getType()
  2. 7 plugins/facetapi/query_type.inc \FacetapiQueryTypeInterface::getType()

Returns the query type associated with the plugin.

Return value

string The query type.

1 method overrides FacetapiQueryTypeInterface::getType()
FacetapiTestTerm::getType in tests/facetapi_test/plugins/facetapi/test_query_type.inc
Returns the query type associated with the plugin.

File

plugins/facetapi/query_type.inc, line 19
Interfaces and base classes for query type plugins.

Class

FacetapiQueryTypeInterface
Interface that must be implemented by all query type plugins.

Code

public static function getType();