Search for all
Title | Object type | File name | Summary |
---|---|---|---|
entity_crud_hook_test_comment_presave | function | modules/ |
Implements hook_comment_presave(). |
entity_crud_hook_test_comment_update | function | modules/ |
Implements hook_comment_update(). |
entity_crud_hook_test_entity_delete | function | modules/ |
Implements hook_entity_delete(). |
entity_crud_hook_test_entity_insert | function | modules/ |
Implements hook_entity_insert(). |
entity_crud_hook_test_entity_load | function | modules/ |
Implements hook_entity_load(). |
entity_crud_hook_test_entity_presave | function | modules/ |
Implements hook_entity_presave(). |
entity_crud_hook_test_entity_update | function | modules/ |
Implements hook_entity_update(). |
entity_crud_hook_test_file_delete | function | modules/ |
Implements hook_file_delete(). |
entity_crud_hook_test_file_insert | function | modules/ |
Implements hook_file_insert(). |
entity_crud_hook_test_file_load | function | modules/ |
Implements hook_file_load(). |
entity_crud_hook_test_file_presave | function | modules/ |
Implements hook_file_presave(). |
entity_crud_hook_test_file_update | function | modules/ |
Implements hook_file_update(). |
entity_crud_hook_test_node_delete | function | modules/ |
Implements hook_node_delete(). |
entity_crud_hook_test_node_insert | function | modules/ |
Implements hook_node_insert(). |
entity_crud_hook_test_node_load | function | modules/ |
Implements hook_node_load(). |
entity_crud_hook_test_node_presave | function | modules/ |
Implements hook_node_presave(). |
entity_crud_hook_test_node_update | function | modules/ |
Implements hook_node_update(). |
entity_crud_hook_test_taxonomy_term_delete | function | modules/ |
Implements hook_taxonomy_term_delete(). |
entity_crud_hook_test_taxonomy_term_insert | function | modules/ |
Implements hook_taxonomy_term_insert(). |
entity_crud_hook_test_taxonomy_term_load | function | modules/ |
Implements hook_taxonomy_term_load(). |
entity_crud_hook_test_taxonomy_term_presave | function | modules/ |
Implements hook_taxonomy_term_presave(). |
entity_crud_hook_test_taxonomy_term_update | function | modules/ |
Implements hook_taxonomy_term_update(). |
entity_crud_hook_test_taxonomy_vocabulary_delete | function | modules/ |
Implements hook_taxonomy_vocabulary_delete(). |
entity_crud_hook_test_taxonomy_vocabulary_insert | function | modules/ |
Implements hook_taxonomy_vocabulary_insert(). |
entity_crud_hook_test_taxonomy_vocabulary_load | function | modules/ |
Implements hook_taxonomy_vocabulary_load(). |
entity_crud_hook_test_taxonomy_vocabulary_presave | function | modules/ |
Implements hook_taxonomy_vocabulary_presave(). |
entity_crud_hook_test_taxonomy_vocabulary_update | function | modules/ |
Implements hook_taxonomy_vocabulary_update(). |
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(). |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.