Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
form_type_select_value drupal/core/includes/form.inc Determines the value for a select form element.
form_type_textfield_value drupal/core/includes/form.inc Determines the value for a textfield form element.
form_type_token_value drupal/core/includes/form.inc Determines the value for form's token value.
form_set_value drupal/core/includes/form.inc Changes submitted form values during form validation. 36
form_options_flatten drupal/core/includes/form.inc Allows PHP array processing of multiple select options with the same value. 2
theme_select drupal/core/includes/form.inc Returns HTML for a select form element.
form_select_options drupal/core/includes/form.inc Converts a select form element's options array into HTML. 1
form_get_options drupal/core/includes/form.inc Returns the indexes of a select element's options matching a given key.
theme_fieldset drupal/core/includes/form.inc Returns HTML for a fieldset form element and its children.
theme_details drupal/core/includes/form.inc Returns HTML for a details form element and its children.
theme_radios drupal/core/includes/form.inc Returns HTML for a set of radio button form elements.
theme_date drupal/core/includes/form.inc Returns HTML for an #date form element.
weight_value drupal/core/includes/form.inc Sets the value for a weight element, with zero as a default.
theme_checkboxes drupal/core/includes/form.inc Returns HTML for a set of checkbox form elements.
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.
theme_vertical_tabs drupal/core/includes/form.inc Returns HTML for an element's children details as vertical tabs.
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_type_range_value drupal/core/includes/form.inc Determines the value for a range element.
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.
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
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
install_tasks drupal/core/includes/install.core.inc Returns a list of all tasks the installer currently knows about. 2
install_tasks_to_display drupal/core/includes/install.core.inc Returns a list of tasks that should be displayed to the end user. 1
install_redirect_url drupal/core/includes/install.core.inc Returns the URL that should be redirected to during an installation request. 4
install_full_redirect_url drupal/core/includes/install.core.inc Returns the complete URL redirected to during an installation request. 1
install_display_output drupal/core/includes/install.core.inc Displays themed installer output and ends the page request. 1
install_verify_requirements drupal/core/includes/install.core.inc Verifies the requirements for installing Drupal.
install_base_system drupal/core/includes/install.core.inc Installation task; install the base functionality Drupal needs to bootstrap.
install_verify_completed_task drupal/core/includes/install.core.inc Verifies and returns the last installation task that was completed. 2
install_verify_database_settings drupal/core/includes/install.core.inc Verifies that settings.php specifies a valid database connection. 1
install_settings_form drupal/core/includes/install.core.inc Form constructor for a form to configure and rewrite settings.php.
install_settings_form_validate drupal/core/includes/install.core.inc Form validation handler for install_settings_form().
install_database_errors drupal/core/includes/install.core.inc Checks a database connection and returns any errors. 2
install_select_profile drupal/core/includes/install.core.inc Selects which profile to install.

Pages

Other projects