function fc_field_attach_after_build in Field Complete 7
2 string references to 'fc_field_attach_after_build'
- _fc_field_attach_form in ./
fc.form.inc - Implements hook_field_attach_form().
- _fc_form_profile2_form_alter in ./
fc.form.inc - Implements hook_form_profile2_form_alter().
File
- ./
fc.module, line 97 - Field Complete - Provides field-based completeness for any entity.
Code
function fc_field_attach_after_build($element, &$form_state) {
module_load_include('form.inc', 'fc');
return _fc_field_attach_after_build($element, $form_state);
}