| _field_attach_create_bundle | Notify field.module that a new bundle was created. |
| _field_attach_delete | Delete field data for an existing object. This deletes all
revisions of field data for the object. |
| _field_attach_delete_bundle | Notify field.module the a bundle was deleted. |
| _field_attach_delete_revision | Delete field data for a single revision of an existing object. The
passed object must have a revision id attribute. |
| _field_attach_extract_ids | Helper function to extract id, vid, and bundle name from an object. |
| _field_attach_form | Add form elements for all fields for an object to a form structure. |
| _field_attach_form_validate | Perform field validation against form-submitted field values. |
| _field_attach_insert | Save field data for a new object. |
| _field_attach_load | Load all fields for the most current version of each of a set of
objects of a single object type. |
| _field_attach_load_revision | Load all fields for a previous version of each of a set of
objects of a single object type. |
| _field_attach_prepare_translation | Implementation of hook_node_prepare_translation. |
| _field_attach_preprocess | To be called in entity preprocessor. |
| _field_attach_presave | Perform necessary operations just before fields data get saved. |
| _field_attach_rename_bundle | Notify field.module that a bundle was renamed. |
| _field_attach_submit | Perform necessary operations on field data submitted by a form. |
| _field_attach_update | Save field data for an existing object. |
| _field_attach_validate | Perform field validation against the field data in an object. |
| _field_attach_view | Generate and return a structured content array tree suitable for
drupal_render() for all of the fields on an object. The format of
each field's rendered content depends on the display formatter and
its settings. |
| _field_invoke | Invoke a field hook. |
| _field_invoke_default | Invoke field.module's version of a field hook. |
| _field_invoke_multiple | Invoke a field operation across fields on multiple objects. |
| _field_invoke_multiple_default | Invoke field.module's version of a field hook on multiple objects. |
Kommentare
Kommentar hinzufügen