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