This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Extracts a form API element from and existing entity form. | |
* | |
* @param string $field_name | |
* The field name of the element to extract. | |
* @param string $form_id | |
* The form ID of the entity form from which to extract the element. | |
* @param string $entity_type | |
* The entity type fo the entity form. | |
* @param string $bundle_name |
NewerOlder