You are here

function current_search_ctools_plugin_items in Facet API 6.3

Implements hook_ctools_plugin_type().

File

contrib/current_search/current_search.module, line 137
Provides an interface for creating blocks containing information about the current search.

Code

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