function fc_field_attach_form in Field Complete 7
Implements hook_field_attach_form().
File
- ./
fc.module, line 186 - Field Complete - Provides field-based completeness for any entity.
Code
function fc_field_attach_form($entity_type, $entity, &$form, &$form_state, $langcode) {
module_load_include('form.inc', 'fc');
return _fc_field_attach_form($entity_type, $entity, $form, $form_state, $langcode);
}