Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
entity_crud_hook_test_taxonomy_vocabulary_update drupal/modules/simpletest/tests/entity_crud_hook_test.module Implements hook_taxonomy_vocabulary_update().
entity_crud_hook_test_user_delete drupal/modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_delete().
entity_crud_hook_test_user_insert drupal/modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_insert().
entity_crud_hook_test_user_load drupal/modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_load().
entity_crud_hook_test_user_presave drupal/modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_presave().
entity_crud_hook_test_user_update drupal/modules/simpletest/tests/entity_crud_hook_test.module Implements hook_user_update().
entity_extract_ids drupal/includes/common.inc Helper function to extract id, vid, and bundle name from an entity. 42
entity_form_field_validate drupal/includes/common.inc Attaches field API validation to entity forms. 6
entity_form_submit_build_entity drupal/includes/common.inc Copies submitted values to entity properties for simple entity forms. 7
entity_get_controller drupal/includes/common.inc Gets the entity controller for an entity type.
entity_get_info drupal/includes/common.inc Get the entity info array of an entity type. 37 1
entity_info_cache_clear drupal/includes/common.inc Resets the cached information about entity types. 7
entity_label drupal/includes/common.inc Returns the label of an entity. 1 1
entity_language drupal/includes/common.inc Returns the language of an entity. 23
entity_load drupal/includes/common.inc Load entities from the database. 9
entity_load_unchanged drupal/includes/common.inc Loads the unchanged, i.e. not modified, entity from the database. 7
entity_prepare_view drupal/includes/common.inc Invoke hook_entity_prepare_view(). 7
entity_query_access_test_menu drupal/modules/simpletest/tests/entity_query_access_test.module Implements hook_menu().
entity_query_access_test_sample_query drupal/modules/simpletest/tests/entity_query_access_test.module Returns the results from an example EntityFieldQuery. 1
entity_uri drupal/includes/common.inc Returns the URI elements of an entity. 13
entity_view_mode_prepare drupal/includes/common.inc Invoke hook_entity_view_mode_alter(). 7
error_displayable drupal/includes/errors.inc Determines whether an error should be displayed. 4
error_test_generate_warnings drupal/modules/simpletest/tests/error_test.module Menu callback; generate warnings to test the error handler. 1
error_test_menu drupal/modules/simpletest/tests/error_test.module Implements hook_menu().
error_test_trigger_exception drupal/modules/simpletest/tests/error_test.module Menu callback; trigger an exception to test the exception handler. 1
error_test_trigger_pdo_exception drupal/modules/simpletest/tests/error_test.module Menu callback; trigger an exception to test the exception handler. 1
example_form documentation/developer/example.profile Form API array definition for the example form. 1
example_form_alter documentation/developer/example.profile Implementation of hook_form_alter().
example_form_submit documentation/developer/example.profile Form API submit for the example form.
example_profile_details documentation/developer/example.profile Return a description of the profile for the initial installation screen.
example_profile_modules documentation/developer/example.profile Return an array of the modules to be enabled when this profile is installed.
example_profile_tasks documentation/developer/example.profile Perform any final installation tasks for this profile.
example_profile_task_list documentation/developer/example.profile Return a list of tasks that this profile supports.
field_access drupal/modules/field/field.module Determine whether the user has access to a given field. 3
field_add_more_js drupal/modules/field/field.form.inc Ajax callback in response to a new empty widget being added to the form. 1
field_add_more_submit drupal/modules/field/field.form.inc Submit handler for the "Add another item" button of a field form. 1
field_associate_fields drupal/modules/field/field.module Allows a module to update the database for fields and columns it controls. 2
field_attach_create_bundle drupal/modules/field/field.attach.inc Notify field.module that a new bundle was created. 4
field_attach_delete drupal/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 drupal/modules/field/field.attach.inc Notify field.module the a bundle was deleted. 7
field_attach_delete_revision drupal/modules/field/field.attach.inc Delete field data for a single revision of an existing entity. The passed entity must have a revision id attribute. 2
field_attach_form drupal/modules/field/field.attach.inc Add form elements for all fields for an entity to a form structure. 11
field_attach_form_validate drupal/modules/field/field.attach.inc Perform field validation against form-submitted field values. 2
field_attach_insert drupal/modules/field/field.attach.inc Save field data for a new entity. 22
field_attach_load drupal/modules/field/field.attach.inc Loads fields for the current revisions of a group of entities. 22
field_attach_load_revision drupal/modules/field/field.attach.inc Load all fields for previous versions of a group of entities. 5
field_attach_prepare_translation drupal/modules/field/field.attach.inc Prepares an entity for translation. 1
field_attach_prepare_view drupal/modules/field/field.attach.inc Prepare field data prior to display. 12
field_attach_preprocess drupal/modules/field/field.attach.inc Populate the template variables with the field values available for rendering. 5
field_attach_presave drupal/modules/field/field.attach.inc Perform necessary operations just before fields data get saved. 5

Pages

Other projects