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 |
---|---|---|---|
entity_crud_hook_test_user_delete | function | modules/ |
Implements hook_user_delete(). |
entity_crud_hook_test_user_insert | function | modules/ |
Implements hook_user_insert(). |
entity_crud_hook_test_user_load | function | modules/ |
Implements hook_user_load(). |
entity_crud_hook_test_user_presave | function | modules/ |
Implements hook_user_presave(). |
entity_crud_hook_test_user_update | function | modules/ |
Implements hook_user_update(). |
entity_extract_ids | function | includes/ |
Helper function to extract id, vid, and bundle name from an entity. |
entity_form_field_validate | function | includes/ |
Attaches field API validation to entity forms. |
entity_form_submit_build_entity | function | includes/ |
Copies submitted values to entity properties for simple entity forms. |
entity_get_controller | function | includes/ |
Gets the entity controller for an entity type. |
entity_get_info | function | includes/ |
Get the entity info array of an entity type. |
entity_info_cache_clear | function | includes/ |
Resets the cached information about entity types. |
entity_label | function | includes/ |
Returns the label of an entity. |
entity_language | function | includes/ |
Returns the language of an entity. |
entity_load | function | includes/ |
Load entities from the database. |
entity_load_unchanged | function | includes/ |
Loads the unchanged, i.e. not modified, entity from the database. |
entity_prepare_view | function | includes/ |
Invoke hook_entity_prepare_view(). |
entity_query.test | file | modules/ |
Unit test file for the entity API. |
entity_query_access_test.info | file | modules/ |
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/ |
Helper module for testing EntityFieldQuery access on any type of entity. |
entity_query_access_test_menu | function | modules/ |
Implements hook_menu(). |
entity_query_access_test_sample_query | function | modules/ |
Returns the results from an example EntityFieldQuery. |
entity_uri | function | includes/ |
Returns the URI elements of an entity. |
entity_view_mode_prepare | function | includes/ |
Invoke hook_entity_view_mode_alter(). |
FieldBulkDeleteTestCase::$entity_type | property | modules/ |
|
FieldDisplayAPITestCase::$entity | property | modules/ |
|
FieldInfoTestCase::testInstanceDisabledEntityType | function | modules/ |
Test that instances on disabled entity types are filtered out. |
FieldSqlStorageTestCase::testFieldSqlSchemaForEntityWithStringIdentifier | function | modules/ |
Tests adding a field with an entity ID type of string. |
FieldTranslationsTestCase::$entity_type | property | modules/ |
|
field_test.entity.inc | file | modules/ |
Defines an entity type. |
field_test_create_stub_entity | function | modules/ |
Creates a basic test_entity entity. |
field_test_entity_add | function | modules/ |
Menu callback: displays the 'Add new test_entity' form. |
field_test_entity_edit | function | modules/ |
Menu callback: displays the 'Edit exiisting test_entity' form. |
field_test_entity_form | function | modules/ |
Test_entity form. |
field_test_entity_form_submit | function | modules/ |
Submit handler for field_test_entity_form(). |
field_test_entity_form_submit_build_test_entity | function | modules/ |
Updates the form state's entity by processing this submission's values. |
field_test_entity_form_validate | function | modules/ |
Validate handler for field_test_entity_form(). |
field_test_entity_info | function | modules/ |
Implements hook_entity_info(). |
field_test_entity_info_alter | function | modules/ |
Implements hook_entity_info_alter(). |
field_test_entity_info_translatable | function | modules/ |
Helper function to enable entity translations. |
field_test_entity_label_callback | function | modules/ |
Implements callback_entity_info_label(). |
field_test_entity_nested_form | function | modules/ |
Form combining two separate entities. |
field_test_entity_nested_form_submit | function | modules/ |
Submit handler for field_test_entity_nested_form(). |
field_test_entity_nested_form_validate | function | modules/ |
Validate handler for field_test_entity_nested_form(). |
field_test_entity_query_alter | function | modules/ |
Implements hook_entity_query_alter(). |
field_test_entity_save | function | modules/ |
Saves a test_entity. |
field_test_entity_test_load | function | modules/ |
Loads a test_entity. |
forum_entity_info_alter | function | modules/ |
Implements hook_entity_info_alter(). |
hook_entity_delete | function | modules/ |
Act on entities when deleted. |
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. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.