You are here

function facetapi_ctools_plugin_dependencies in Facet API 6.3

Implements hook_ctools_plugin_type().

File

./facetapi.module, line 201
An abstracted facet API that can be used by various search backends.

Code

function facetapi_ctools_plugin_dependencies() {
  return array(
    'use hooks' => TRUE,
  );
}