You are here

10 calls to facetapi_setting_get() in Facet API 6

facetapi_apachesolr_facetapi_query_date_prepare in contrib/facetapi_apachesolr/facetapi_apachesolr.module
Implementation of hook_facetapi_query_QUERY_TYPE_prepare().
facetapi_apachesolr_facetapi_query_term_prepare in contrib/facetapi_apachesolr/facetapi_apachesolr.module
Implementation of hook_facetapi_query_QUERY_TYPE_prepare().
facetapi_enabled_facets_get in ./facetapi.module
Returns facets enabled in a given realm. If the realm name is NULL, all facets that are enabled in at least one realm will be returned.
facetapi_facets_sort in ./facetapi.module
Adds weights to each facet, sorts the facet list.
facetapi_facet_sorts_get in ./facetapi.module
Returns sorts enabled for a facet in a realm. Sort definitions are returned in the order specified in the configurations settings.
facetapi_facet_status_set in ./facetapi.module
Sets the enabled/disabled status of a facet. It is recommended that the facetapi_facet_enable() and facetapi_facet_disable() functions are used in favor of calling this function directly.
facetapi_facet_widget_get in ./facetapi.module
Finds a facet's selected widget given the searcher and realm.
facetapi_form_search_form_alter in ./facetapi.module
Implementation of hook_form_FORM_ID_alter().
facetapi_luceneapi_facetapi_query_term_process in contrib/facetapi_luceneapi/facetapi_luceneapi.module
Implementation of hook_facetapi_query_TYPE_process().
facetapi_widget_links in ./facetapi.widget.inc
Builds items as array of links that can be passed to theme_item_list().