Functions

Primary tabs

Name Location Description Direct usessort descending Strings
language_from_selected drupal/core/includes/language.inc Identifies language from configuration. 2
_batch_shutdown drupal/core/includes/batch.inc Shutdown function: Stores the current batch data for the next request. 1
path_load drupal/core/includes/path.inc Fetch a specific URL alias from the database.
_drupal_session_open drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_close drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_read drupal/core/includes/session.inc Reads an entire session from the database (internal use only). 1
_drupal_session_destroy drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_session_garbage_collection drupal/core/includes/session.inc Session handler assigned by session_set_save_handler(). 1
_drupal_error_handler drupal/core/includes/bootstrap.inc Provides custom PHP error handling. 3
_drupal_exception_handler drupal/core/includes/bootstrap.inc Provides custom PHP exception handling. 3
state drupal/core/includes/bootstrap.inc Returns the state storage service. 1
typed_data drupal/core/includes/bootstrap.inc Returns the typed data manager service. 1
_drupal_shutdown_function drupal/core/includes/bootstrap.inc Executes registered shutdown functions. 1
db_merge drupal/core/includes/database.inc Returns a new MergeQuery 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.
entity_page_label drupal/core/includes/entity.inc Returns the label of an entity. 1
entity_render_controller drupal/core/includes/entity.inc Returns an entity render controller for a given entity type.
date_iso8601 drupal/core/includes/common.inc Returns an ISO8601 formatted date based on the given date. 5
drupal_sort_css_js drupal/core/includes/common.inc Sorts CSS and JavaScript resources. 2
drupal_group_css drupal/core/includes/common.inc Grouping callback: Groups CSS items by their types, media, and browsers. 1
drupal_aggregate_css drupal/core/includes/common.inc Aggregation callback: Aggregates CSS files and inline content. 1
drupal_pre_render_styles drupal/core/includes/common.inc Pre-render callback: Adds the elements needed for CSS tags to be rendered. 1
_drupal_load_stylesheet drupal/core/includes/common.inc Loads stylesheets recursively and returns contents with corrected paths. 1
drupal_delete_file_if_stale drupal/core/includes/common.inc Deletes files modified more than a set time ago. 2
drupal_pre_render_scripts drupal/core/includes/common.inc #pre_render callback to add the elements needed for JavaScript tags to be rendered. 1
drupal_group_js drupal/core/includes/common.inc Default callback to group JavaScript items. 1
drupal_aggregate_js drupal/core/includes/common.inc Default callback to aggregate JavaScript files. 1
drupal_cron_cleanup drupal/core/includes/common.inc Shutdown function: Performs cron cleanup. 1
drupal_pre_render_conditional_comments drupal/core/includes/common.inc Pre-render callback: Renders #browsers into #prefix and #suffix. 1
drupal_pre_render_link drupal/core/includes/common.inc Pre-render callback: Renders a link into #markup. 1
drupal_pre_render_links drupal/core/includes/common.inc Pre-render callback: Collects child links into a single array. 3
drupal_pre_render_dropbutton drupal/core/includes/common.inc Pre-render callback: Attaches the dropbutton library and required markup. 1
element_sort drupal/core/includes/common.inc Sorts a structured array by '#weight' property. 1
element_sort_by_title drupal/core/includes/common.inc Sorts a structured array by '#title' property. 2
drupal_sort_weight drupal/core/includes/common.inc Sorts a structured array by the 'weight' element. 13
drupal_sort_title drupal/core/includes/common.inc Sorts a structured array by 'title' key (no # prefix). 1
element_property drupal/core/includes/common.inc Checks if the key is a property. 1
element_get_visible_children drupal/core/includes/common.inc Returns the visible children of an element.
authorize_filetransfer_form drupal/core/includes/authorize.inc Form constructor for the file transfer authorization form. 1
authorize_filetransfer_form_validate drupal/core/includes/authorize.inc Form validation handler for authorize_filetransfer_form().
authorize_filetransfer_form_submit drupal/core/includes/authorize.inc Form submission handler for authorize_filetransfer_form().
form_type_image_button_value drupal/core/includes/form.inc Determines the value for an image button form element.
form_type_checkbox_value drupal/core/includes/form.inc Determines the value for a checkbox form element.

Pages

Other projects