function auto_entitylabel_field_attach_form in Automatic Entity Label 7
Implements hook_field_attach_form().
File
- ./
auto_entitylabel.module, line 198 - Allows hiding of entity label fields and automatic label creation.
Code
function auto_entitylabel_field_attach_form($entity_type, $entity, &$form, &$form_state, $langcode) {
auto_entitylabel_form_alter($form, $form_state, NULL);
}