Name Locationsort ascending Description
_locale_export_string core/includes/gettext.inc Prints a string on multiple lines.
_locale_export_wrap core/includes/gettext.inc Wraps text for Portable Object (Template) files.
_locale_export_remove_plural core/includes/gettext.inc Removes plural index information from a string.
form_type_textarea_value core/includes/form.inc Determines the value for a textarea form element.
theme_html_date core/includes/form.inc Returns html5 markup for a date input form element.
theme_html_time core/includes/form.inc Returns html5 markup for a time input form element.
theme_html_datetime core/includes/form.inc Returns html5 markup for a combined date and time form element.
form_process_html_datetime core/includes/form.inc Combine html_date and html_time form elements.
html_date_validate core/includes/form.inc Validate a date string.
html_time_validate core/includes/form.inc Validate a time string.
html_datetime_validate core/includes/form.inc Validate a combined date and time array.
backdrop_get_form core/includes/form.inc Returns a renderable form array for a given form ID.
backdrop_build_form core/includes/form.inc Builds and processes a form for a given form ID.
form_state_defaults core/includes/form.inc Retrieves default values for the $form_state array.
backdrop_rebuild_form core/includes/form.inc Constructs a new $form from the information in $form_state.
form_get_cache core/includes/form.inc Fetches a form from the cache.
form_process_button core/includes/form.inc Processes a form button element.
form_set_cache core/includes/form.inc Stores a form in the cache.
form_state_keys_no_cache core/includes/form.inc Returns an array of $form_state keys that shouldn't be cached.
form_load_include core/includes/form.inc Ensures an include file is loaded whenever the form is processed.
backdrop_form_submit core/includes/form.inc Retrieves, populates, and processes a form.
backdrop_retrieve_form core/includes/form.inc Retrieves the structured array that defines a given form.
backdrop_process_form core/includes/form.inc Processes a form submission.
backdrop_prepare_form core/includes/form.inc Prepares a structured form array.
backdrop_validate_form core/includes/form.inc Validates user-submitted form data in the $form_state array.
backdrop_redirect_form core/includes/form.inc Redirects the user to a URL after a form has been processed.
_form_validate core/includes/form.inc Performs validation on form elements.
form_execute_handlers core/includes/form.inc Executes custom validation and submission handlers for a given form.
form_set_error core/includes/form.inc Files an error against a form element.
form_clear_error core/includes/form.inc Clears all errors against all form elements made by form_set_error().
form_get_errors core/includes/form.inc Returns an associative array of all errors.
form_get_error core/includes/form.inc Returns the error message filed against the given form element.
form_error core/includes/form.inc Flags an element as having an error.
form_builder core/includes/form.inc Builds and processes all elements in the structured form array.
_form_builder_handle_input_element core/includes/form.inc Adds the #name and #value properties of an input element before rendering.
_form_element_triggered_scripted_submission core/includes/form.inc Detects if an element triggered the form submission via Ajax.
_form_button_was_clicked core/includes/form.inc Determines if a given button triggered the form submission.
form_state_values_clean core/includes/form.inc Removes internal Form API elements and buttons from submitted form values.
form_type_image_button_value core/includes/form.inc Determines the value for an image button form element.
_backdrop_invalid_token_set_form_error core/includes/form.inc Helper function to call form_set_error() if there is a token error.
form_type_checkbox_value core/includes/form.inc Determines the value for a checkbox form element.
form_process_autocomplete core/includes/form.inc Process function to prepare autocomplete data.
form_type_checkboxes_value core/includes/form.inc Determines the value for a checkboxes form element.
form_type_radios_value core/includes/form.inc Form value callback: Determines the value for a #type radios form element.
form_type_tableselect_value core/includes/form.inc Determines the value for a tableselect form element.
form_type_password_confirm_value core/includes/form.inc Determines the value for a password_confirm form element.
form_type_select_value core/includes/form.inc Determines the value for a select form element.
form_type_textfield_value core/includes/form.inc Determines the value for a textfield form element.
form_type_token_value core/includes/form.inc Determines the value for form's token value.
form_set_value core/includes/form.inc Changes submitted form values during form validation.

Pages