Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
form_set_error drupal/includes/form.inc Files an error against a form element. 85 1
form_type_textfield_value drupal/includes/form.inc Determines the value for a textfield form element. 1 1
_form_options_flatten drupal/includes/form.inc Iterates over an array and returns a flat array with duplicate keys removed. 1 1
form_process_select drupal/includes/form.inc Processes a select list form element. 1
form_process_password_confirm drupal/includes/form.inc Expand a password_confirm field into two text boxes. 1
password_confirm_validate drupal/includes/form.inc Validates a password_confirm element. 1
form_process_date drupal/includes/form.inc Expands a date element into year, month, and day select elements. 1
date_validate drupal/includes/form.inc Validates the date type to prevent invalid dates (e.g., February 30, 2006). 1
map_month drupal/includes/form.inc Helper function for usage with drupal_map_assoc to display month names. 1 1
form_process_radios drupal/includes/form.inc Expands a radios element into individual radio elements. 1
form_pre_render_conditional_form_element drupal/includes/form.inc Adds form element theming to an element if its title or description is set. 1
form_process_checkbox drupal/includes/form.inc Sets the #checked property of a checkbox element. 1
form_process_checkboxes drupal/includes/form.inc Processes a checkboxes form element. 1
form_process_actions drupal/includes/form.inc Processes a form actions container element. 1
form_process_container drupal/includes/form.inc Processes a container element. 1
form_process_tableselect drupal/includes/form.inc Creates checkbox or radio elements to populate a tableselect table. 1
form_process_machine_name drupal/includes/form.inc Processes a machine-readable name form element. 1
form_validate_machine_name drupal/includes/form.inc Form element validation handler for machine_name elements. 1
form_process_fieldset drupal/includes/form.inc Arranges fieldsets into groups. 1
form_pre_render_fieldset drupal/includes/form.inc Adds members of this group as actual elements for rendering. 1
form_process_vertical_tabs drupal/includes/form.inc Creates a group formatted as vertical tabs. 1
form_process_weight drupal/includes/form.inc Expands a weight element into a select element. 1
element_validate_number drupal/includes/form.inc Form element validation handler for number elements. 1 1
install_settings_form_submit drupal/includes/install.core.inc Form submission handler for install_settings_form(). 1
install_select_profile_form drupal/includes/install.core.inc Form constructor for the profile selection form. 1
install_select_locale_form drupal/includes/install.core.inc Form constructor for the language selection form. 1
install_profile_modules drupal/includes/install.core.inc Installs required modules via a batch process. 1
_install_module_batch drupal/includes/install.core.inc Implements callback_batch_operation(). 1
_install_profile_modules_finished drupal/includes/install.core.inc Implements callback_batch_finished(). 1
drupal_get_filename drupal/includes/bootstrap.inc Returns and optionally sets the filename for a system resource. 12 1
variable_get drupal/includes/bootstrap.inc Returns a persistent variable. 639 1
format_string drupal/includes/bootstrap.inc Formats a string for HTML display by replacing variable placeholders. 253 1
_drupal_shutdown_function drupal/includes/bootstrap.inc Executes registered shutdown functions. 1
db_query_range drupal/includes/database/database.inc Executes a query against the active database, restricted to a range. 13 1
contextual_pre_render_links drupal/modules/contextual/contextual.module Build a renderable array for contextual links. 1
_contact_personal_tab_access drupal/modules/contact/contact.module Menu access callback for a user's personal contact form. 1
contact_site_form drupal/modules/contact/contact.pages.inc Form constructor for the site-wide contact form. 1
contact_personal_form drupal/modules/contact/contact.pages.inc Form constructor for the personal contact form. 1
contact_category_list drupal/modules/contact/contact.admin.inc Categories/list tab. 1
contact_category_edit_form drupal/modules/contact/contact.admin.inc Form constructor for the category edit form. 1
contact_category_delete_form drupal/modules/contact/contact.admin.inc Form constructor for the contact category deletion form. 1
update_settings drupal/modules/update/update.settings.inc Form constructor for the update settings form. 1
update_settings_validate drupal/modules/update/update.settings.inc Form validation handler for update_settings(). 1
update_manager_access drupal/modules/update/update.module Access callback: Resolves if the current user can access updater menu items. 5 1
update_cache_clear_submit drupal/modules/update/update.module Form submission handler for system_modules(). 1
_update_project_status_sort drupal/modules/update/update.module Orders projects based on their status. 1
update_delete_file_if_stale drupal/modules/update/update.module Deletes stale files and directories from the update manager disk cache. 1 1
update_authorize_run_update drupal/modules/update/update.authorize.inc Updates existing projects when invoked by authorize.php. 1 1
update_authorize_run_install drupal/modules/update/update.authorize.inc Installs a new project when invoked by authorize.php. 1
update_authorize_update_batch_finished drupal/modules/update/update.authorize.inc Implements callback_batch_finished(). 1

Pages

Other projects