Functions

Primary tabs

Name Location Description Direct usessort descending Strings
db_merge drupal/core/includes/database.inc Returns a new MergeQuery object for the active database.
db_update drupal/core/includes/database.inc Returns a new UpdateQuery object for the active database.
db_escape_table drupal/core/includes/database.inc Restricts a dynamic table name to safe characters.
db_escape_field drupal/core/includes/database.inc Restricts a dynamic column or constraint name to safe characters.
db_driver drupal/core/includes/database.inc Retrieves the name of the currently active database driver.
db_xor drupal/core/includes/database.inc Returns a new DatabaseCondition, set to "XOR" all conditions together.
db_condition drupal/core/includes/database.inc Returns a new DatabaseCondition, set to the specified conjunction.
db_field_names drupal/core/includes/database.inc Returns an array of field names from an array of key/index column specifiers.
_db_create_keys_sql drupal/core/includes/database.inc
db_add_unique_key drupal/core/includes/database.inc Adds a unique key.
drupal_truncate_bytes drupal/core/includes/unicode.inc Truncates a UTF-8-encoded string safely to a number of bytes.
mime_header_decode drupal/core/includes/unicode.inc Decodes MIME/HTTP encoded header values.
entity_get_controller Deprecated drupal/core/includes/entity.inc Gets the entity controller class for an entity type.
entity_page_label drupal/core/includes/entity.inc Returns the label of an entity. 9
entity_access_controller Deprecated drupal/core/includes/entity.inc Returns the entity access controller for the given entity type.
entity_form_controller Deprecated drupal/core/includes/entity.inc Returns an entity form controller for the given operation.
entity_form_submit drupal/core/includes/entity.inc Retrieves, populates, and processes an entity form.
entity_list_controller Deprecated drupal/core/includes/entity.inc Returns an entity list controller for a given entity type.
entity_render_controller Deprecated drupal/core/includes/entity.inc Returns an entity render controller for a given entity type.
entity_page_access drupal/core/includes/entity.inc Generic access callback for entity pages. 5
update_do_one drupal/core/includes/update.inc Performs one update and stores the results for display on the results page. 1
update_finished drupal/core/includes/update.inc Finishes the update process and stores the results for eventual display. 1
theme_pager drupal/core/includes/pager.inc Returns HTML for a query pager.
theme_pager_link drupal/core/includes/pager.inc Returns HTML for a link to a specific query result page.
_batch_shutdown drupal/core/includes/batch.inc Shutdown function: Stores the current batch data for the next request. 1
theme_settings_convert_to_config drupal/core/includes/theme.inc Converts theme settings to configuration.
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_link drupal/core/includes/theme.inc Returns HTML for a link. 1
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.
theme_image drupal/core/includes/theme.inc Returns HTML for an image.
theme_breadcrumb drupal/core/includes/theme.inc Returns HTML for a breadcrumb trail.
drupal_pre_render_table drupal/core/includes/theme.inc #pre_render callback to transform children of an element into #rows suitable for theme_table(). 1
theme_table drupal/core/includes/theme.inc Returns HTML for a table.
theme_tablesort_indicator drupal/core/includes/theme.inc Returns HTML for a sort icon.
theme_mark drupal/core/includes/theme.inc Returns HTML for a marker for new or updated content.
template_preprocess_item_list drupal/core/includes/theme.inc Preprocesses variables for theme_item_list().
theme_item_list drupal/core/includes/theme.inc Returns HTML for a list or nested list of items.
theme_more_help_link drupal/core/includes/theme.inc Returns HTML for a "more help" link.
theme_more_link drupal/core/includes/theme.inc Returns HTML for a "more" link, like those used in blocks.
theme_progress_bar drupal/core/includes/theme.inc Returns HTML for a progress bar.
theme_meter drupal/core/includes/theme.inc Returns HTML for a meter.
theme_indentation drupal/core/includes/theme.inc Returns HTML for an indentation div; used for drag and drop tables.
template_preprocess_html drupal/core/includes/theme.inc Prepares variables for HTML document templates.
template_preprocess_page drupal/core/includes/theme.inc Prepares variables for the page template.
template_process_page drupal/core/includes/theme.inc Processes variables for page.html.twig.
template_process_html drupal/core/includes/theme.inc Processes variables for html.html.twig.
template_preprocess_maintenance_page drupal/core/includes/theme.inc Prepare variables for maintenance page templates.

Pages

Other projects