Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
form_process_autocomplete drupal/core/includes/form.inc Adds autocomplete functionality to elements with a valid #autocomplete_path. 1
template_preprocess_input drupal/core/includes/form.inc Preprocesses variables for theme_input().
theme_input drupal/core/includes/form.inc Returns HTML for an input form element.
form_pre_render_button drupal/core/includes/form.inc Prepares a #type 'button' render element for theme_input(). 1
form_pre_render_image_button drupal/core/includes/form.inc Prepares a #type 'image_button' render element for theme_input(). 1
form_pre_render_hidden drupal/core/includes/form.inc Prepares a #type 'hidden' render element for theme_input(). 1
form_pre_render_textfield drupal/core/includes/form.inc Prepares a #type 'textfield' render element for theme_input(). 1
form_pre_render_email drupal/core/includes/form.inc Prepares a #type 'email' render element for theme_input(). 1
form_validate_email drupal/core/includes/form.inc Form element validation handler for #type 'email'. 1
form_pre_render_tel drupal/core/includes/form.inc Prepares a #type 'tel' render element for theme_input(). 1
form_pre_render_number drupal/core/includes/form.inc Prepares a #type 'number' render element for theme_input(). 1
form_pre_render_range drupal/core/includes/form.inc Prepares a #type 'range' render element for theme_input(). 1
form_validate_number drupal/core/includes/form.inc Form element validation handler for #type 'number'. 2
form_type_range_value drupal/core/includes/form.inc Determines the value for a range element.
form_pre_render_url drupal/core/includes/form.inc Prepares a #type 'url' render element for theme_input(). 1
form_pre_render_search drupal/core/includes/form.inc Prepares a #type 'search' render element for theme_input(). 1
form_validate_url drupal/core/includes/form.inc Form element validation handler for #type 'url'. 1
form_validate_color drupal/core/includes/form.inc Form element validation handler for #type 'color'. 1
form_pre_render_color drupal/core/includes/form.inc Prepares a #type 'color' render element for theme_input(). 1
theme_form drupal/core/includes/form.inc Returns HTML for a form.
theme_textarea drupal/core/includes/form.inc Returns HTML for a textarea form element.
form_pre_render_password drupal/core/includes/form.inc Prepares a #type 'password' render element for theme_input(). 1
form_process_weight drupal/core/includes/form.inc Expands a weight element into a select element. 1
form_pre_render_file drupal/core/includes/form.inc Prepares a #type 'file' render element for theme_input(). 1
form_process_file drupal/core/includes/form.inc Processes a file upload element, make use of #multiple if present. 1
theme_form_element drupal/core/includes/form.inc Returns HTML for a form element.
theme_form_required_marker drupal/core/includes/form.inc Returns HTML for a marker for required form elements.
theme_form_element_label drupal/core/includes/form.inc Returns HTML for a form element label and required marker.
_form_set_attributes drupal/core/includes/form.inc Sets a form element's class attribute. 17
batch_set drupal/core/includes/form.inc Adds a new batch. 27
batch_process drupal/core/includes/form.inc Processes the batch. 11
batch_get drupal/core/includes/form.inc Retrieves the current batch. 20
_batch_populate_queue drupal/core/includes/form.inc Populates a job queue with the operations of a batch set. 2
_batch_queue drupal/core/includes/form.inc Returns a queue object for a batch set. 3
image_get_info drupal/core/includes/image.inc Gets details about an image. 16
image_scale_and_crop drupal/core/includes/image.inc Scales an image to the exact width and height given. 2 1
image_dimensions_scale drupal/core/includes/image.inc Scales image dimensions while maintaining aspect ratio. 3
image_scale drupal/core/includes/image.inc Scales an image while maintaining aspect ratio. 3 7
image_resize drupal/core/includes/image.inc Resizes an image to the given dimensions (ignoring aspect ratio). 4
image_rotate drupal/core/includes/image.inc Rotates an image by the given number of degrees. 2 2
image_crop drupal/core/includes/image.inc Crops an image to a rectangle specified by the given dimensions. 3 1
image_desaturate drupal/core/includes/image.inc Converts an image to grayscale. 2 2
image_load drupal/core/includes/image.inc Loads an image file and returns an image object. 5
image_save drupal/core/includes/image.inc Closes the image and saves the changes to a file. 4
install_drupal drupal/core/includes/install.core.inc Installs Drupal either interactively or via an array of passed-in settings. 2
install_state_defaults drupal/core/includes/install.core.inc Returns an array of default settings for the global installation state. 1
install_begin_request drupal/core/includes/install.core.inc Begins an installation request, modifying the installation state as needed. 1
install_run_tasks drupal/core/includes/install.core.inc Runs all tasks for the current installation request. 1
install_run_task drupal/core/includes/install.core.inc Runs an individual installation task. 1
install_tasks_to_perform drupal/core/includes/install.core.inc Returns a list of tasks to perform during the current installation request. 1

Pages

Other projects