Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
theme_hidden drupal/core/includes/form.inc Returns HTML for a hidden form element.
theme_textfield drupal/core/includes/form.inc Returns HTML for a textfield form element.
theme_email drupal/core/includes/form.inc Returns HTML for an email form element.
theme_tel drupal/core/includes/form.inc Returns HTML for a tel form element.
theme_number drupal/core/includes/form.inc Returns HTML for a number form element.
theme_range drupal/core/includes/form.inc Returns HTML for a range form element.
form_type_range_value drupal/core/includes/form.inc Determines the value for a range element.
theme_url drupal/core/includes/form.inc Returns HTML for a URL form element.
theme_search drupal/core/includes/form.inc Returns HTML for a search form element.
theme_color drupal/core/includes/form.inc Returns HTML for a color form 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_password drupal/core/includes/form.inc Returns HTML for a password form element.
theme_file drupal/core/includes/form.inc Returns HTML for a file upload 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. 16
batch_set drupal/core/includes/form.inc Adds a new batch. 25
batch_process drupal/core/includes/form.inc Processes the batch. 11
batch_get drupal/core/includes/form.inc Retrieves the current batch. 19
_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
file_mimetype_mapping drupal/core/includes/file.mimetypes.inc Return an array of MIME extension mappings. 1
file_default_mimetype_mapping drupal/core/includes/file.mimetypes.inc Default MIME extension mapping. 1
drupal_mail drupal/core/includes/mail.inc Composes and optionally sends an e-mail message. 8
drupal_mail_system drupal/core/includes/mail.inc Returns an object that implements Drupal\Core\Mail\MailInterface. 1
drupal_wrap_mail drupal/core/includes/mail.inc Performs format=flowed soft wrapping for mail (RFC 3676). 5
drupal_html_to_text drupal/core/includes/mail.inc Transforms an HTML string into plain text, preserving its structure. 7
_drupal_html_to_text_pad drupal/core/includes/mail.inc Pads the last line with the given character. 1
drupal_theme_initialize drupal/core/includes/theme.inc Initialize the theme system by loading the theme. 14
_drupal_theme_initialize drupal/core/includes/theme.inc Initialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present. 2
_theme_registry_callback drupal/core/includes/theme.inc Set the callback that will be used by theme_get_registry() to fetch the registry. 3
_theme_load_registry drupal/core/includes/theme.inc Get the theme_registry cache; if it doesn't exist, build it. 1
_theme_save_registry drupal/core/includes/theme.inc Write the theme_registry cache into the database. 1
drupal_theme_rebuild drupal/core/includes/theme.inc Force the system to rebuild the theme registry; this should be called when modules are added to the system, or when a dynamic system needs to add more theme hooks. 8
_theme_process_registry drupal/core/includes/theme.inc Process a single implementation of hook_theme(). 3
_theme_build_registry drupal/core/includes/theme.inc Build the theme registry cache. 2
drupal_find_base_themes drupal/core/includes/theme.inc Finds all the base themes for the specified theme. 2
path_to_theme drupal/core/includes/theme.inc Return the path to the current themed element. 3
drupal_find_theme_functions drupal/core/includes/theme.inc Allow themes and/or theme engines to easily discover overridden theme functions. 1
drupal_find_theme_templates drupal/core/includes/theme.inc Allow themes and/or theme engines to easily discover overridden templates. 4
theme_get_setting drupal/core/includes/theme.inc Retrieve a setting for the current theme or for a given theme. 13
theme_enable drupal/core/includes/theme.inc Enable a given list of themes. 30
theme_disable drupal/core/includes/theme.inc Disable a given list of themes. 6
template_preprocess_datetime drupal/core/includes/theme.inc Preprocess variables for theme_datetime().
theme_datetime drupal/core/includes/theme.inc Returns HTML for a date / time.
theme_status_messages drupal/core/includes/theme.inc Returns HTML for status and/or error messages, grouped by type.
theme_links drupal/core/includes/theme.inc Returns HTML for a set of links.
theme_dropbutton_wrapper drupal/core/includes/theme.inc Returns HTML for wrapping a dropbutton menu.

Pages

Other projects