Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
drupal_pre_render_links drupal/core/includes/common.inc Pre-render callback: Collects child links into a single array. 3
menu_set_active_trail drupal/core/includes/menu.inc Sets the active trail (path to the menu tree root) of the current page. 1 3
user_mail drupal/core/modules/user/user.module Implements hook_mail(). 3
_filter_autop drupal/core/modules/filter/filter.module Converts line breaks into <p> and <br> in an intelligent fashion. 1 3
language_configuration_element_submit drupal/core/modules/language/language.module Submit handler for the forms that have a language_configuration element. 3
views_ui_pre_render_flatten_data drupal/core/modules/views/views_ui/admin.inc Flattens the structure of an element containing the #flatten property. 3
menu_login_callback drupal/core/modules/system/tests/modules/menu_test/menu_test.module Menu callback to be used as a login path. 3
ajax_forms_test_lazy_load_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form builder: Builds a form that triggers a simple AJAX callback. 3
_batch_test_callback_1 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Performs a simple batch operation. 3
ajax_process_form drupal/core/includes/ajax.inc Form element processing handler for the #ajax form property. 2
_unicode_caseflip drupal/core/includes/unicode.inc Helper function for case conversion of Latin-1. Used for flipping U+C0-U+DE to U+E0-U+FD and back. 2
language_from_selected drupal/core/includes/language.inc Identifies language from configuration. 2
db_query_range drupal/core/includes/database.inc Executes a query against the active database, restricted to a range. 7 2
drupal_sort_css_js drupal/core/includes/common.inc Sorts CSS and JavaScript resources. 2
_drupal_build_css_path drupal/core/includes/common.inc Prefixes all paths within a CSS file for drupal_build_css_cache(). 2 2
drupal_delete_file_if_stale drupal/core/includes/common.inc Deletes files modified more than a set time ago. 2
drupal_html_id drupal/core/includes/common.inc Prepares a string for use as a valid HTML ID and guarantees uniqueness. 17 2
drupal_add_library drupal/core/includes/common.inc Adds multiple JavaScript or CSS files at the same time. 35 2
render drupal/core/includes/common.inc Renders an element. 25 2
element_sort_by_title drupal/core/includes/common.inc Sorts a structured array by '#title' property. 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
form_process_select drupal/core/includes/form.inc Processes a select list form element. 2
form_validate_number drupal/core/includes/form.inc Form element validation handler for #type 'number'. 2
template_preprocess drupal/core/includes/theme.inc Adds a default set of helper variables for variable processors and templates. 1 2
drupal_alter drupal/core/includes/module.inc Passes alterable variables to specific hook_TYPE_alter() implementations. 93 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_form drupal/core/modules/forum/forum.module Implements hook_form(). 2
openid_login_form drupal/core/modules/openid/openid.module Form constructor for the OpenID login form. 2
views_get_view drupal/core/modules/views/views.module Loads a view from configuration. 163 2
views_form_views_form drupal/core/modules/views/views.module Callback for the main step of a Views form. Invoked by views_form(). 2
image_gd_check_settings drupal/core/modules/system/image.gd.inc Verifies GD2 settings (that the right version is actually installed). 3 2
system_check_directory drupal/core/modules/system/system.module Checks the existence of the directory specified in $form_element. 2
system_rebuild_module_data drupal/core/modules/system/system.module Rebuild, save, and return data about all currently available modules. 19 2
system_date_time_lookup drupal/core/modules/system/system.admin.inc Ajax callback; Returns the date for a given format string. 2
aggregator_refresh drupal/core/modules/aggregator/aggregator.module Checks a news feed for new items. 5 2
aggregator_form_feed drupal/core/modules/aggregator/aggregator.admin.inc Form constructor for adding and editing feed sources. 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
_field_sort_items_value_helper drupal/core/modules/field/field.module Callback for usort() within theme_field_multiple_value_form(). 2
_field_extra_fields_pre_render drupal/core/modules/field/field.module Pre-render callback: Adjusts weights and visibility of non-field elements. 2
field_attach_delete_revision drupal/core/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. 1 2
book_get_books drupal/core/modules/book/book.module Returns an array of all books. 4 2
node_mass_update drupal/core/modules/node/node.admin.inc Updates all nodes in the passed-in array with the passed-in field values. 2 2
path_form_element_validate drupal/core/modules/path/path.module Form element validation handler for URL alias form element. 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_is_anonymous drupal/core/modules/user/user.module 7 2
user_is_logged_in drupal/core/modules/user/user.module 2 2
user_edit_access drupal/core/modules/user/user.module Access callback for user account editing. 1 2
user_login_form drupal/core/modules/user/user.module Form builder; the main user login form. 2

Pages

Other projects