Search for entity
- Search 9.5.x for entity
- Search 8.9.x for entity
- Search 10.3.x for entity
- Search 11.x for entity
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| hook_entity_info | function | modules/ |
Inform the base system and the Field API about one or more entity types. |
| hook_entity_info_alter | function | modules/ |
Alter the entity info. |
| hook_entity_insert | function | modules/ |
Act on entities when inserted. |
| hook_entity_load | function | modules/ |
Act on entities when loaded. |
| hook_entity_prepare_view | function | modules/ |
Act on entities as they are being prepared for view. |
| hook_entity_presave | function | modules/ |
Act on an entity before it is about to be created or updated. |
| hook_entity_query_alter | function | modules/ |
Alter or execute an EntityFieldQuery. |
| hook_entity_update | function | modules/ |
Act on entities when updated. |
| hook_entity_view | function | modules/ |
Act on entities being assembled before rendering. |
| hook_entity_view_alter | function | modules/ |
Alter the results of ENTITY_view(). |
| hook_entity_view_mode_alter | function | modules/ |
Change the view mode of an entity that is being displayed. |
| hook_field_display_ENTITY_TYPE_alter | function | modules/ |
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/ |
Alters the widget properties of a field instance on a given entity type before it gets displayed. |
| ListDynamicValuesTestCase::$entity | property | modules/ |
|
| locale_entity_info_alter | function | modules/ |
Implements hook_entity_info_alter(). |
| locale_field_entity_form_submit | function | modules/ |
Handles field language on submit for the given entity type. |
| NodeEntityFieldQueryAlter | class | modules/ |
Tests node_query_entity_field_access_alter(). |
| NodeEntityFieldQueryAlter::$accessUser | property | modules/ |
User with permission to view content. |
| NodeEntityFieldQueryAlter::$noAccessUser | property | modules/ |
User without permission to view content. |
| NodeEntityFieldQueryAlter::getInfo | function | modules/ |
|
| NodeEntityFieldQueryAlter::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI | function | modules/ |
Tests that node access permissions are followed. |
| NodeEntityViewModeAlterTest | class | modules/ |
Tests changing view modes for nodes. |
| NodeEntityViewModeAlterTest::getInfo | function | modules/ |
|
| NodeEntityViewModeAlterTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| NodeEntityViewModeAlterTest::testNodeViewModeChange | function | modules/ |
Create a "Basic page" node and verify its consistency in the database. |
| NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField | function | modules/ |
Tests fields that were previously hidden when the view mode is changed. |
| node_access_entity_test_page | function | modules/ |
Page callback for node access entity test page. |
| node_entity_info | function | modules/ |
Implements hook_entity_info(). |
| node_query_entity_field_access_alter | function | modules/ |
Implements hook_query_TAG_alter(). |
| node_test_entity_view_mode_alter | function | modules/ |
Implements hook_entity_view_mode_alter(). |
| OpenIDFunctionalTestCase::addIdentity | function | modules/ |
Add OpenID identity to user's profile. |
| OpenIDFunctionalTestCase::addRedirectedIdentity | function | modules/ |
Add OpenID identity, changed by the following redirects, to user's profile. |
| rdf_entity_info_alter | function | modules/ |
Implements hook_entity_info_alter(). |
| rdf_entity_load | function | modules/ |
Implements hook_entity_load(). |
| system_entity_info | function | modules/ |
Implements hook_entity_info(). |
| taxonomy_entity_info | function | modules/ |
Implements hook_entity_info(). |
| taxonomy_entity_query_alter | function | modules/ |
Implements hook_entity_query_alter(). |
| taxonomy_test_entity_view | function | modules/ |
Implements hook_entity_view(). |
| TestEntityBundleController | class | modules/ |
Controller class for the test_entity_bundle entity type. |
| TestEntityBundleController::attachLoad | function | modules/ |
Attaches data to entities upon loading. |
| user_entity_info | function | modules/ |
Implements hook_entity_info(). |
| _field_sql_storage_query_join_entity | function | modules/ |
Adds the base entity table to a field query object. |
Pagination
- Previous page
- Page 5
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.