EntityReferenceSelectionHandlerGeneric::getReferencableEntities in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc
Implements EntityReferenceHandler::getReferencableEntities().
EntityReferenceSelectionHandlerViews::getReferencableEntities in core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc
Implements EntityReferenceHandler::getReferencableEntities().
entityreference_entity_crud in core/modules/entityreference/entityreference.module
Invoke a behavior based on entity CRUD.
entityreference_field_attach_delete in core/modules/entityreference/entityreference.module
Implements hook_field_attach_delete().
entityreference_field_attach_insert in core/modules/entityreference/entityreference.module
Implements hook_field_attach_insert().
entityreference_field_attach_update in core/modules/entityreference/entityreference.module
Implements hook_field_attach_update().
entityreference_field_widget_form in core/modules/entityreference/entityreference.module
Implements hook_field_widget_form().
entity_form_submit_build_entity in core/modules/entity/entity.module
Copies submitted values to entity properties for simple entity forms.
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_form in core/modules/field/field.attach.inc
Add form elements for all fields for an entity to a form structure.
field_attach_insert in core/modules/field/field.attach.inc
Save field data for a new entity.
field_attach_load in core/modules/field/field.attach.inc
Loads fields for the current revisions of a group of entities.
field_attach_preprocess in core/modules/field/field.attach.inc
Populate the template variables with the field values available for rendering.
field_attach_update in core/modules/field/field.attach.inc
Save field data for an existing entity.
field_attach_view in core/modules/field/field.attach.inc
Returns a renderable array for the fields on an entity.
field_default_form in core/modules/field/field.form.inc
Creates a form element for a field and can populate it with a default value.
field_default_view in core/modules/field/field.default.inc
Builds a renderable array for one field on one entity instance.
field_language in core/modules/field/field.multilingual.inc
Returns the display language for the fields attached to the given entity.
field_sql_storage_field_storage_delete in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete().
field_sql_storage_field_storage_delete_revision in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_delete_revision().
field_sql_storage_field_storage_purge in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_purge().
field_sql_storage_field_storage_write in core/modules/field/modules/field_sql_storage/field_sql_storage.module
Implements hook_field_storage_write().
field_test_field_storage_delete in core/modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_delete().
field_test_field_storage_delete_revision in core/modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_delete_revision().
field_test_field_storage_purge in core/modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_purge().
field_test_field_storage_write in core/modules/field/tests/field_test/field_test.storage.inc
Implements hook_field_storage_write().
field_view_field in core/modules/field/field.module
Returns a renderable array for the value of a single field in an entity.
FileUnitTestCase::testFile in core/modules/file/tests/file.test
Tests basic file entity properties.
file_field_delete in core/modules/file/file.field.inc
Implements hook_field_delete().
file_module_test_file_download_access in core/modules/file/tests/file_module_test/file_module_test.module
Implements hook_file_download_access().
hook_entity_delete in core/modules/entity/entity.api.php
Respond to entity deletion.
hook_entity_insert in core/modules/entity/entity.api.php
Act on entities when inserted.
hook_entity_predelete in core/modules/entity/entity.api.php
Act before entity deletion.
hook_entity_update in core/modules/entity/entity.api.php
Act on entities when updated.
hook_field_delete in core/modules/field/field.api.php
Define custom delete behavior for this module's field data.
hook_field_delete_revision in core/modules/field/field.api.php
Define custom revision delete behavior for this module's field types.
hook_field_storage_delete in core/modules/field/field.api.php
Delete all field data for an entity.
hook_field_storage_delete_revision in core/modules/field/field.api.php
Delete a single revision of field data for an entity.
hook_field_storage_purge in core/modules/field/field.api.php
Remove field storage information when field data is purged.
hook_field_storage_write in core/modules/field/field.api.php
Write field data for an entity.
TaxonomyTermController::buildContent in core/modules/taxonomy/taxonomy.entity.inc
Implements EntityControllerInterface::buildContent().
template_preprocess_entity in core/modules/entity/entity.theme.inc
Process variables for entity.tpl.php.
_field_invoke in core/modules/field/field.attach.inc
Invoke a field hook.
_field_invoke_multiple in core/modules/field/field.attach.inc
Invoke a field hook across fields on multiple entities.