You are here

function _fc_field_attach_after_build in Field Complete 7

1 call to _fc_field_attach_after_build()
fc_field_attach_after_build in ./fc.module

File

./fc.form.inc, line 142
Field Complete - Provides field-based completeness for any entity - admin.

Code

function _fc_field_attach_after_build($element, &$form_state) {
  _fc_field_attach_ids($element);
  return $element;
}