You are here

function hook_facetapi_widget_info_alter in Facet API 6

Allows modules to alter the widget definitions.

Parameters

&$widgets: An associative array of widget definitions.

1 invocation of hook_facetapi_widget_info_alter()
facetapi_widgets_get in ./facetapi.module
Invokes hook_facetapi_widget_info(), returns all defined widgets.

File

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

Code

function hook_facetapi_widget_info_alter(&$widgets) {
}