Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
theme_radio drupal/core/includes/form.inc Returns HTML for a radio button form element.
theme_radios drupal/core/includes/form.inc Returns HTML for a set of radio button form elements.
form_process_password_confirm drupal/core/includes/form.inc Expand a password_confirm field into two text boxes. 1
password_confirm_validate drupal/core/includes/form.inc Validates a password_confirm element. 1
theme_date drupal/core/includes/form.inc Returns HTML for a date selection form element.
form_process_date drupal/core/includes/form.inc Expands a date element into year, month, and day select elements. 1
date_validate drupal/core/includes/form.inc Validates the date type to prevent invalid dates (e.g., February 30, 2006). 1
map_month drupal/core/includes/form.inc Renders a month name for display. 1
weight_value drupal/core/includes/form.inc Sets the value for a weight element, with zero as a default.
form_process_radios drupal/core/includes/form.inc Expands a radios element into individual radio elements. 1 1
theme_checkbox drupal/core/includes/form.inc Returns HTML for a checkbox form element.
theme_checkboxes drupal/core/includes/form.inc Returns HTML for a set of checkbox form elements.
form_pre_render_conditional_form_element drupal/core/includes/form.inc Adds form element theming to an element if its title or description is set. 1
form_process_button drupal/core/includes/form.inc Processes a form button element. 1
form_process_checkbox drupal/core/includes/form.inc Sets the #checked property of a checkbox element. 1
form_process_checkboxes drupal/core/includes/form.inc Processes a checkboxes form element. 1 1
form_process_actions drupal/core/includes/form.inc Processes a form actions container element. 1
form_process_pattern drupal/core/includes/form.inc #process callback for #pattern form element property. 1
form_validate_pattern drupal/core/includes/form.inc #element_validate callback for #pattern form element property. 1
form_process_container drupal/core/includes/form.inc Processes a container element. 1
theme_container drupal/core/includes/form.inc Returns HTML to wrap child elements in a container.
theme_tableselect drupal/core/includes/form.inc Returns HTML for a table with radio buttons or checkboxes.
form_process_tableselect drupal/core/includes/form.inc Creates checkbox or radio elements to populate a tableselect table. 1
form_process_machine_name drupal/core/includes/form.inc Processes a machine-readable name form element. 1
image_get_available_toolkits drupal/core/includes/image.inc Gets a list of available toolkits. 4
image_get_toolkit drupal/core/includes/image.inc Gets the name of the currently used toolkit. 4
image_toolkit_invoke drupal/core/includes/image.inc Invokes the given method using the currently selected toolkit. 7
image_get_info drupal/core/includes/image.inc Gets details about an image. 15
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 6
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_settings_form_submit drupal/core/includes/install.core.inc Form submission handler for install_settings_form(). 1
install_select_profile drupal/core/includes/install.core.inc Selects which profile to install.
_install_select_profile drupal/core/includes/install.core.inc Selects an installation profile. 1
install_select_profile_form drupal/core/includes/install.core.inc Form constructor for the profile selection form. 1
install_find_translations drupal/core/includes/install.core.inc Finds all .po files that are useful to the installer. 1
install_find_translation_files drupal/core/includes/install.core.inc Finds installer translations either for a specific langcode or all languages. 3
install_select_language drupal/core/includes/install.core.inc Selects which language to use during installation.
install_select_language_form drupal/core/includes/install.core.inc Form constructor for the language selection form. 1
install_no_profile_error drupal/core/includes/install.core.inc Indicates that there are no profiles available. 3
install_already_done_error drupal/core/includes/install.core.inc Indicates that Drupal has already been installed. 2
install_load_profile drupal/core/includes/install.core.inc Loads information about the chosen profile during installation.
install_bootstrap_full drupal/core/includes/install.core.inc Performs a full bootstrap of Drupal during installation.
install_profile_modules drupal/core/includes/install.core.inc Installs required modules via a batch process. 1

Pages

Other projects