Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
file_managed_file_submit drupal/core/modules/file/file.module Form submission handler for upload / remove buttons of managed_file elements. 2
views_ui_pre_render_add_fieldset_markup drupal/core/modules/views_ui/admin.inc Move form elements into details for presentation purposes. 2
views_ui_form_button_was_clicked drupal/core/modules/views_ui/admin.inc #process callback for a button; determines if a button is the form's triggering element. 2
path_form_element_validate drupal/core/modules/path/path.module Form element validation handler for URL alias form element. 2
taxonomy_get_tree drupal/core/modules/taxonomy/taxonomy.module Create a hierarchical representation of a vocabulary. 14 2
forum_form drupal/core/modules/forum/forum.module Implements hook_form(). 2
user_validate_current_pass drupal/core/modules/user/user.module Form validation handler for the current password on the user account form. 2
user_login_form drupal/core/modules/user/user.module Form builder; the main user login form. 2
user_mail drupal/core/modules/user/user.module Implements hook_mail(). 2
user_mail_tokens drupal/core/modules/user/user.module Token callback to add unsafe tokens for user mails. 2
user_logout drupal/core/modules/user/user.module Logs the current user out. 2 2
views_get_view drupal/core/modules/views/views.module Loads a view from configuration. 204 2
views_exposed_form drupal/core/modules/views/views.module Form builder for the exposed widgets form. 2
locale_get_plural drupal/core/modules/locale/locale.module Returns plural form index for a specific number. 2 2
locale_translate_english drupal/core/modules/locale/locale.module Checks whether locale translates to English. 6 2
locale_translation_batch_status_compare drupal/core/modules/locale/locale.batch.inc Batch operation callback: Compare states and store the result. 2
locale_translation_batch_fetch_finished drupal/core/modules/locale/locale.batch.inc Batch finished callback: Set result message. 2
rdf_get_namespaces drupal/core/modules/rdf/rdf.module Retrieves RDF namespaces. 4 2
filter_formats drupal/core/modules/filter/filter.module Retrieves a list of text formats, ordered by weight. 21 2
comment_preview drupal/core/modules/comment/comment.module Generates a comment preview. 1 2
image_style_load drupal/core/modules/image/image.module Loads an ImageStyle object. 1 2
image_effect_delete drupal/core/modules/image/image.module Deletes an image effect. 2 2
file_test_file_scan_callback drupal/core/modules/file/tests/file_test/file_test.module Helper function for testing file_scan_directory(). 1 2
node_access_test_page drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Page callback: Creates the node access test page. 2
node_access_entity_test_page drupal/core/modules/node/tests/modules/node_access_test/node_access_test.module Page callback: Creates the node access entity test page. 2
batch_test_chained_form drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form constructor for a form with chained submit callbacks. 2
_batch_test_callback_2 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Performs a multistep batch operation. 2
system_test_lock_acquire drupal/core/modules/system/tests/modules/system_test/system_test.module Try to acquire a named lock and report the outcome. 2
system_test_lock_exit drupal/core/modules/system/tests/modules/system_test/system_test.module Try to acquire a specific lock, and then exit. 2
form_test_alter_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). 2
ajax_forms_test_ajax_commands_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form constructor for the Ajax Command display form. 2
search_embedded_form_form drupal/core/modules/search/tests/modules/search_embedded_form/search_embedded_form.module Form constructor for embedding search results for testing. 2
ajax_process_form drupal/core/includes/ajax.inc Form element processing handler for the #ajax form property. 2
language_from_selected drupal/core/includes/language.inc Identifies language from configuration. 2
config_diff drupal/core/includes/config.inc Return a formatted diff of a named config between two storages. 2 2
image_rotate drupal/core/includes/image.inc Rotates an image by the given number of degrees. 2 2
image_desaturate drupal/core/includes/image.inc Converts an image to grayscale. 2 2
forum_form_submit drupal/core/modules/forum/forum.admin.inc Form submission handler for forum_form_forum() and forum_form_container(). 2
forum_form_container drupal/core/modules/forum/forum.admin.inc Form constructor for adding and editing forum containers. 2
forum_forum_delete drupal/core/modules/forum/forum.admin.inc Form submission handler for forum_form_forum() and forum_form_container(). 2
field_available_languages drupal/core/modules/field/field.multilingual.inc Collects the available language codes for the given entity type and field. 14 2
translation_entity_language_configuration_element_submit drupal/core/modules/translation_entity/translation_entity.module Form submission handler for element added with translation_entity_language_configuration_element_process(). 1 2
translation_entity_translatable_switch drupal/core/modules/translation_entity/translation_entity.admin.inc Toggles translatability of the given field. 2
translation_entity_translatable_batch drupal/core/modules/translation_entity/translation_entity.admin.inc Batch callback: Converts field data to or from Language::LANGCODE_NOT_SPECIFIED. 2
translation_entity_translatable_batch_done drupal/core/modules/translation_entity/translation_entity.admin.inc Batch finished callback: Checks the exit status of the batch operation. 2
language_from_interface drupal/core/modules/language/language.negotiation.inc Identifies the language from the current interface language. 2
language_from_browser drupal/core/modules/language/language.negotiation.inc Identify language from the Accept-language HTTP header we got. 2 2
language_from_user drupal/core/modules/language/language.negotiation.inc Identify language from the user preferences. 2
language_from_session drupal/core/modules/language/language.negotiation.inc Identify language from a request/session parameter. 2
language_from_url drupal/core/modules/language/language.negotiation.inc Identify language via URL prefix or domain. 2

Pages

Other projects