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
hook_entity_insert function modules/system/system.api.php Act on entities when inserted.
hook_entity_load function modules/system/system.api.php Act on entities when loaded.
hook_entity_prepare_view function modules/system/system.api.php Act on entities as they are being prepared for view.
hook_entity_presave function modules/system/system.api.php Act on an entity before it is about to be created or updated.
hook_entity_query_alter function modules/system/system.api.php Alter or execute an EntityFieldQuery.
hook_entity_update function modules/system/system.api.php Act on entities when updated.
hook_entity_view function modules/system/system.api.php Act on entities being assembled before rendering.
hook_entity_view_alter function modules/system/system.api.php Alter the results of ENTITY_view().
hook_entity_view_mode_alter function modules/system/system.api.php Change the view mode of an entity that is being displayed.
hook_field_display_ENTITY_TYPE_alter function modules/field/field.api.php Alters the display settings of a field on a given entity type before it gets displayed.
hook_field_widget_properties_ENTITY_TYPE_alter function modules/field/field.api.php Alters the widget properties of a field instance on a given entity type
before it gets displayed.
ListDynamicValuesTestCase::$entity property modules/field/modules/list/tests/list.test
locale_entity_info_alter function modules/locale/locale.module Implements hook_entity_info_alter().
locale_field_entity_form_submit function modules/locale/locale.module Handles field language on submit for the given entity type.
NodeEntityFieldQueryAlter class modules/node/node.test Tests node_query_entity_field_access_alter().
NodeEntityFieldQueryAlter::$accessUser property modules/node/node.test User with permission to view content.
NodeEntityFieldQueryAlter::$noAccessUser property modules/node/node.test User without permission to view content.
NodeEntityFieldQueryAlter::getInfo function modules/node/node.test
NodeEntityFieldQueryAlter::setUp function modules/node/node.test Sets up a Drupal site for running functional and integration tests.
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI function modules/node/node.test Tests that node access permissions are followed.
NodeEntityViewModeAlterTest class modules/node/node.test Tests changing view modes for nodes.
NodeEntityViewModeAlterTest::getInfo function modules/node/node.test
NodeEntityViewModeAlterTest::setUp function modules/node/node.test Sets up a Drupal site for running functional and integration tests.
NodeEntityViewModeAlterTest::testNodeViewModeChange function modules/node/node.test Create a "Basic page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField function modules/node/node.test Tests fields that were previously hidden when the view mode is changed.
node_access_entity_test_page function modules/node/tests/node_access_test.module Page callback for node access entity test page.
node_entity_info function modules/node/node.module Implements hook_entity_info().
node_query_entity_field_access_alter function modules/node/node.module Implements hook_query_TAG_alter().
node_test_entity_view_mode_alter function modules/node/tests/node_test.module Implements hook_entity_view_mode_alter().
OpenIDFunctionalTestCase::addIdentity function modules/openid/openid.test Add OpenID identity to user's profile.
OpenIDFunctionalTestCase::addRedirectedIdentity function modules/openid/openid.test Add OpenID identity, changed by the following redirects, to user's profile.
rdf_entity_info_alter function modules/rdf/rdf.module Implements hook_entity_info_alter().
rdf_entity_load function modules/rdf/rdf.module Implements hook_entity_load().
system_entity_info function modules/system/system.module Implements hook_entity_info().
taxonomy_entity_info function modules/taxonomy/taxonomy.module Implements hook_entity_info().
taxonomy_entity_query_alter function modules/taxonomy/taxonomy.module Implements hook_entity_query_alter().
taxonomy_test_entity_view function modules/simpletest/tests/taxonomy_test.module Implements hook_entity_view().
TestEntityBundleController class modules/field/tests/field_test.entity.inc Controller class for the test_entity_bundle entity type.
TestEntityBundleController::attachLoad function modules/field/tests/field_test.entity.inc Attaches data to entities upon loading.
user_entity_info function modules/user/user.module Implements hook_entity_info().
_field_sql_storage_query_join_entity function modules/field/modules/field_sql_storage/field_sql_storage.module Adds the base entity table to a field query object.

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