Functions - 7.x - drupal

Primary tabs

Title Deprecated File name Summary Direct uses Strings
entity_crud_hook_test_node_update modules/simpletest/tests/entity_crud_hook_test.module Implements hook_node_update().
entity_crud_hook_test_taxonomy_term_delete modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_delete().
entity_crud_hook_test_taxonomy_term_insert modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_insert().
entity_crud_hook_test_taxonomy_term_load modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_load().
entity_crud_hook_test_taxonomy_term_presave modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_presave().
entity_crud_hook_test_taxonomy_term_update modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_term_update().
entity_crud_hook_test_taxonomy_vocabulary_delete modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_delete().
entity_crud_hook_test_taxonomy_vocabulary_insert modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_insert().
entity_crud_hook_test_taxonomy_vocabulary_load modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_load().
entity_crud_hook_test_taxonomy_vocabulary_presave modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_presave().
entity_crud_hook_test_taxonomy_vocabulary_update modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_update().
entity_crud_hook_test_user_delete modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_delete().
entity_crud_hook_test_user_insert modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_insert().
entity_crud_hook_test_user_load modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_load().
entity_crud_hook_test_user_presave modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_presave().
entity_crud_hook_test_user_update modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_update().
entity_extract_ids includes/common.inc Helper function to extract id, vid, and bundle name from an entity. 43
entity_form_field_validate includes/common.inc Attaches field API validation to entity forms. 6
entity_form_submit_build_entity includes/common.inc Copies submitted values to entity properties for simple entity forms. 7
entity_get_controller includes/common.inc Gets the entity controller for an entity type.
entity_get_info includes/common.inc Get the entity info array of an entity type. 37 1
entity_info_cache_clear includes/common.inc Resets the cached information about entity types. 7
entity_label includes/common.inc Returns the label of an entity. 1 1
entity_language includes/common.inc Returns the language of an entity. 23
entity_load includes/common.inc Load entities from the database. 10
entity_load_unchanged includes/common.inc Loads the unchanged, i.e. not modified, entity from the database. 7
entity_prepare_view includes/common.inc Invoke hook_entity_prepare_view(). 7
entity_query_access_test_menu modules/simpletest/tests/entity_query_access_test.module Implements hook_menu().
entity_query_access_test_sample_query modules/simpletest/tests/entity_query_access_test.module Returns the results from an example EntityFieldQuery. 1
entity_uri includes/common.inc Returns the URI elements of an entity. 13
entity_view_mode_prepare includes/common.inc Invoke hook_entity_view_mode_alter(). 7
error_displayable includes/errors.inc Determines whether an error should be displayed. 4
error_test_generate_warnings modules/simpletest/tests/error_test.module Menu callback; generate warnings to test the error handler. 1
error_test_menu modules/simpletest/tests/error_test.module Implements hook_menu().
error_test_trigger_exception modules/simpletest/tests/error_test.module Menu callback; trigger an exception to test the exception handler. 1
error_test_trigger_pdo_exception modules/simpletest/tests/error_test.module Menu callback; trigger an exception to test the exception handler. 1
example_form external_documentation/developer/example.profile Form API array definition for the example form. 1
example_form_alter external_documentation/developer/example.profile Implementation of hook_form_alter().
example_form_submit external_documentation/developer/example.profile Form API submit for the example form.
example_profile_details external_documentation/developer/example.profile Return a description of the profile for the initial installation screen.
example_profile_modules external_documentation/developer/example.profile Return an array of the modules to be enabled when this profile is installed.
example_profile_tasks external_documentation/developer/example.profile Perform any final installation tasks for this profile.
example_profile_task_list external_documentation/developer/example.profile Return a list of tasks that this profile supports.
field_access modules/field/field.module Determine whether the user has access to a given field. 3
field_add_more_js modules/field/field.form.inc Ajax callback in response to a new empty widget being added to the form. 1
field_add_more_submit modules/field/field.form.inc Submit handler for the "Add another item" button of a field form. 1
field_associate_fields modules/field/field.module Allows a module to update the database for fields and columns it controls. 2
field_attach_create_bundle modules/field/field.attach.inc Notify field.module that a new bundle was created. 4
field_attach_delete modules/field/field.attach.inc Delete field data for an existing entity. This deletes all revisions of field data for the entity. 6
field_attach_delete_bundle modules/field/field.attach.inc Notify field.module the a bundle was deleted. 7

Other projects


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