EntityPropertiesTestCase::testEntityKeys in modules/field/tests/field.test
Tests entity_extract_ids() with an empty entity info.
entity_form_submit_build_entity in includes/common.inc
Copies submitted values to entity properties for simple entity forms.
entity_uri in includes/common.inc
Returns the URI elements of an entity.
FieldBulkDeleteTestCase::_generateStubEntities in modules/field/tests/field.test
Convenience function for Field API tests.
field_attach_delete in 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 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_form in modules/field/field.attach.inc
Add form elements for all fields for an entity to a form structure.
field_attach_insert in modules/field/field.attach.inc
Save field data for a new entity.
field_attach_load in modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_preprocess in modules/field/field.attach.inc
Populate the template variables with the field values available for rendering.
field_attach_update in modules/field/field.attach.inc
Save field data for an existing entity.
field_attach_view in modules/field/field.attach.inc
Returns a renderable array for the fields on an entity.
field_default_form in modules/field/field.form.inc
Creates a form element for a field and can populate it with a default value.
field_default_view in modules/field/field.default.inc
Builds a renderable array for one field on one entity instance.
field_language in modules/field/field.multilingual.inc
Returns the display language for the fields attached to the given entity.
field_sql_storage_field_storage_delete in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete().
field_sql_storage_field_storage_delete_revision in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete_revision().
field_sql_storage_field_storage_purge in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_purge().
field_sql_storage_field_storage_write in modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_write().
field_test_field_storage_delete in modules/field/tests/field_test.storage.inc
Implements hook_field_storage_delete().
field_test_field_storage_delete_revision in modules/field/tests/field_test.storage.inc
Implements hook_field_storage_delete_revision().
field_test_field_storage_purge in modules/field/tests/field_test.storage.inc
Implements hook_field_storage_purge().
field_test_field_storage_write in modules/field/tests/field_test.storage.inc
Implements hook_field_storage_write().
field_view_field in modules/field/field.module
Returns a renderable array for the value of a single field in an entity.
file_field_delete in modules/file/file.field.inc
Implements hook_field_delete().
file_field_delete_revision in modules/file/file.field.inc
Implements hook_field_delete_revision().
file_field_insert in modules/file/file.field.inc
Implements hook_field_insert().
file_field_update in modules/file/file.field.inc
Implements hook_field_update().
hook_entity_delete in modules/system/system.api.php
Act on entities when deleted.
hook_entity_insert in modules/system/system.api.php
Act on entities when inserted.
hook_entity_update in modules/system/system.api.php
Act on entities when updated.
hook_field_delete in modules/field/field.api.php
Define custom delete behavior for this module's field data.
hook_field_delete_revision in modules/field/field.api.php
Define custom revision delete behavior for this module's field types.
hook_field_storage_delete in modules/field/field.api.php
Delete all field data for an entity.
hook_field_storage_delete_revision in modules/field/field.api.php
Delete a single revision of field data for an entity.
hook_field_storage_purge in modules/field/field.api.php
Remove field storage information when field data is purged.
hook_field_storage_write in modules/field/field.api.php
Write field data for an entity.
list_test_dynamic_values_callback in modules/field/modules/list/tests/list_test.module
An entity-bound allowed values callback.
locale_field_entity_form_submit in modules/locale/locale.module
Handles field language on submit for the given entity type.
rdf_entity_load in modules/rdf/rdf.module
Implements hook_entity_load().
taxonomy_term_build_content in modules/taxonomy/taxonomy.module
Builds a structured array representing the term's content.
_field_invoke in modules/field/field.attach.inc
Invoke a field hook.
_field_invoke_multiple in modules/field/field.attach.inc
Invoke a field hook across fields on multiple entities.