You are here

function finder_ctools_plugin_type in Finder 7.2

Implements hook_ctools_plugin_type().

File

./finder.module, line 248
The finder module.

Code

function finder_ctools_plugin_type() {
  $plugins['element_handler'] = array(
    'load themes' => TRUE,
  );
  return $plugins;
}