Active
Project:
Field API Pane Editor (FAPE)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2013 at 22:56 UTC
Updated:
1 Aug 2013 at 22:56 UTC
As of 7.22, Drupal core supports attaching a field for a single form in the following form:
field_attach_form('my_entity_type', $entity, $form, $form_state, NULL, array('field_name' => 'field_myfield'));
The change record: https://drupal.org/node/1825844.
The commit: http://drupalcode.org/project/drupal.git/commitdiff/b9d7b6f0fca4266a4de5....