Search for entity

  1. Search 9.5.x for entity
  2. Search 8.9.x for entity
  3. Search 10.3.x for entity
  4. Search 11.x for entity
  5. Other projects
Title Object type File name Summary
entity_crud_hook_test_user_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_delete().
entity_crud_hook_test_user_insert function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_insert().
entity_crud_hook_test_user_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_load().
entity_crud_hook_test_user_presave function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_presave().
entity_crud_hook_test_user_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_update().
entity_extract_ids function includes/common.inc Helper function to extract id, vid, and bundle name from an entity.
entity_form_field_validate function includes/common.inc Attaches field API validation to entity forms.
entity_form_submit_build_entity function includes/common.inc Copies submitted values to entity properties for simple entity forms.
entity_get_controller function includes/common.inc Gets the entity controller for an entity type.
entity_get_info function includes/common.inc Get the entity info array of an entity type.
entity_info_cache_clear function includes/common.inc Resets the cached information about entity types.
entity_label function includes/common.inc Returns the label of an entity.
entity_language function includes/common.inc Returns the language of an entity.
entity_load function includes/common.inc Load entities from the database.
entity_load_unchanged function includes/common.inc Loads the unchanged, i.e. not modified, entity from the database.
entity_prepare_view function includes/common.inc Invoke hook_entity_prepare_view().
entity_query.test file modules/simpletest/tests/entity_query.test Unit test file for the entity API.
entity_query_access_test.info file modules/simpletest/tests/entity_query_access_test.info name = "Entity query access test"
description = "Support module for checking entity query results."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
entity_query_access_test.module file modules/simpletest/tests/entity_query_access_test.module Helper module for testing EntityFieldQuery access on any type of entity.
entity_query_access_test_menu function modules/simpletest/tests/entity_query_access_test.module Implements hook_menu().
entity_query_access_test_sample_query function modules/simpletest/tests/entity_query_access_test.module Returns the results from an example EntityFieldQuery.
entity_uri function includes/common.inc Returns the URI elements of an entity.
entity_view_mode_prepare function includes/common.inc Invoke hook_entity_view_mode_alter().
FieldBulkDeleteTestCase::$entity_type property modules/field/tests/field.test
FieldDisplayAPITestCase::$entity property modules/field/tests/field.test
FieldInfoTestCase::testInstanceDisabledEntityType function modules/field/tests/field.test Test that instances on disabled entity types are filtered out.
FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier function modules/field/modules/field_sql_storage/field_sql_storage.test Tests adding a field with an entity ID type of string.
FieldTranslationsTestCase::$entity_type property modules/field/tests/field.test
field_test.entity.inc file modules/field/tests/field_test.entity.inc Defines an entity type.
field_test_create_stub_entity function modules/field/tests/field_test.entity.inc Creates a basic test_entity entity.
field_test_entity_add function modules/field/tests/field_test.entity.inc Menu callback: displays the 'Add new test_entity' form.
field_test_entity_edit function modules/field/tests/field_test.entity.inc Menu callback: displays the 'Edit exiisting test_entity' form.
field_test_entity_form function modules/field/tests/field_test.entity.inc Test_entity form.
field_test_entity_form_submit function modules/field/tests/field_test.entity.inc Submit handler for field_test_entity_form().
field_test_entity_form_submit_build_test_entity function modules/field/tests/field_test.entity.inc Updates the form state's entity by processing this submission's values.
field_test_entity_form_validate function modules/field/tests/field_test.entity.inc Validate handler for field_test_entity_form().
field_test_entity_info function modules/field/tests/field_test.entity.inc Implements hook_entity_info().
field_test_entity_info_alter function modules/field/tests/field_test.entity.inc Implements hook_entity_info_alter().
field_test_entity_info_translatable function modules/field/tests/field_test.entity.inc Helper function to enable entity translations.
field_test_entity_label_callback function modules/field/tests/field_test.module Implements callback_entity_info_label().
field_test_entity_nested_form function modules/field/tests/field_test.entity.inc Form combining two separate entities.
field_test_entity_nested_form_submit function modules/field/tests/field_test.entity.inc Submit handler for field_test_entity_nested_form().
field_test_entity_nested_form_validate function modules/field/tests/field_test.entity.inc Validate handler for field_test_entity_nested_form().
field_test_entity_query_alter function modules/field/tests/field_test.module Implements hook_entity_query_alter().
field_test_entity_save function modules/field/tests/field_test.entity.inc Saves a test_entity.
field_test_entity_test_load function modules/field/tests/field_test.entity.inc Loads a test_entity.
forum_entity_info_alter function modules/forum/forum.module Implements hook_entity_info_alter().
hook_entity_delete function modules/system/system.api.php Act on entities when deleted.
hook_entity_info function modules/system/system.api.php Inform the base system and the Field API about one or more entity types.
hook_entity_info_alter function modules/system/system.api.php Alter the entity info.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.