10 calls to _field_invoke()

field_attach_delete in drupal/core/modules/field/field.attach.inc
Deletes field data for an existing entity. This deletes all revisions of field data for the entity.
field_attach_delete_revision in drupal/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 drupal/core/modules/field/field.attach.inc
Save field data for a new entity.
field_attach_prepare_translation in drupal/core/modules/field/field.attach.inc
Prepares an entity for translation.
field_attach_presave in drupal/core/modules/field/field.attach.inc
Performs necessary operations just before fields data get saved.
field_attach_update in drupal/core/modules/field/field.attach.inc
Saves field data for an existing entity.
field_attach_validate in drupal/core/modules/field/field.attach.inc
Performs field validation against the field data in an entity.
field_purge_data in drupal/core/modules/field/field.crud.inc
Purges the field data for a single field on a single pseudo-entity.
TranslationTest::testFieldInvoke in drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php
Test the multilanguage logic of _field_invoke().
_field_invoke_default in drupal/core/modules/field/field.attach.inc
Invoke field.module's version of a field hook.