You are here

function fc_menu in Field Complete 7

Implements hook_menu().

File

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

Code

function fc_menu() {
  module_load_include('registry.inc', 'fc');
  return _fc_menu();
}