- FieldTranslationsTestCase::testFieldInvoke in core/
modules/ field/ tests/ field.test - Test the multilanguage logic of _field_invoke().
- field_attach_delete in core/
modules/ field/ field.attach.inc - Delete field data for an existing entity. This deletes all revisions of field data for the entity.
- field_attach_delete_revision in core/
modules/ field/ field.attach.inc - Delete field data for a single revision of an existing entity. The passed entity must have a revision id attribute.
- field_attach_insert in core/
modules/ field/ field.attach.inc - Save field data for a new entity.
- field_attach_prepare_translation in core/
modules/ field/ field.attach.inc - Prepares an entity for translation.
- field_attach_presave in core/
modules/ field/ field.attach.inc - Perform necessary operations just before fields data get saved.
- field_attach_update in core/
modules/ field/ field.attach.inc - Save field data for an existing entity.
- field_attach_validate in core/
modules/ field/ field.attach.inc - Perform field validation against the field data in an entity.
- field_purge_data in core/
modules/ field/ field.crud.inc - Purges the field data for a single field on a single pseudo-entity.
- _field_invoke_default in core/
modules/ field/ field.attach.inc - Invoke field.module's version of a field hook.