You are here

function fc_ctools_plugin_type in Field Complete 7

Implements hook_ctools_plugin_type().

File

./fc.module, line 38
Field Complete - Provides field-based completeness for any entity.

Code

function fc_ctools_plugin_type() {
  module_load_include('registry.inc', 'fc');
  return _fc_ctools_plugin_type();
}