You are here

function hook_facetapi_adapter_info_alter in Facet API 6

Allows modules to alter the adapter definitions.

Parameters

&$adapters: An associative array of all adapter definitions.

1 invocation of hook_facetapi_adapter_info_alter()
facetapi_adapter_info_get in ./facetapi.module
Invokes hook_facetapi_adapter_info(), returns all adapter definitions.

File

./facetapi.api.inc, line 38
Defines and gives example implementations of all Facet API hooks.

Code

function hook_facetapi_adapter_info_alter(&$adapters) {
}