Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
db_next_id drupal/includes/database/database.inc Retrieves a unique id. 4
db_or drupal/includes/database/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together. 10
db_query drupal/includes/database/database.inc Executes an arbitrary query string against the active database. 128 2
db_query_range drupal/includes/database/database.inc Executes a query against the active database, restricted to a range. 13 1
db_query_temporary drupal/includes/database/database.inc Executes a SELECT query string and saves the result set to a temporary table. 2
db_rename_table drupal/includes/database/database.inc Renames a table. 14
db_run_tasks drupal/includes/install.inc Ensures the environment for a Drupal database on a predefined connection. 2
db_select drupal/includes/database/database.inc Returns a new SelectQuery object for the active database. 113
db_set_active drupal/includes/database/database.inc Sets a new active database. 2
db_table_exists drupal/includes/database/database.inc Checks if a table exists. 24
db_transaction drupal/includes/database/database.inc Returns a new transaction object for the active database. 17
db_truncate drupal/includes/database/database.inc Returns a new TruncateQuery object for the active database. 1
db_update drupal/includes/database/database.inc Returns a new UpdateQuery object for the active database. 1
db_xor drupal/includes/database/database.inc Returns a new DatabaseCondition, set to "XOR" all conditions together.
debug drupal/includes/common.inc Outputs debug information. 1 4
decode_entities drupal/includes/unicode.inc Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. 15 1
drupal_access_denied drupal/includes/common.inc Delivers an "access denied" error to the browser. 7
drupal_add_css drupal/includes/common.inc Adds a cascading stylesheet to the stylesheet queue. 42 3
drupal_add_feed drupal/includes/common.inc Adds a feed URL for the current page. 9
drupal_add_html_head drupal/includes/common.inc Adds output to the HEAD tag of the HTML page. 7
drupal_add_html_head_link drupal/includes/common.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. 8
drupal_add_http_header drupal/includes/bootstrap.inc Sets an HTTP response header for the current page. 24
drupal_add_js drupal/includes/common.inc Adds a JavaScript file, setting, or inline code to the page. 51 8
drupal_add_library drupal/includes/common.inc Adds multiple JavaScript or CSS files at the same time. 13 3
drupal_add_region_content drupal/includes/common.inc Adds content to a specified region. 5
drupal_add_tabledrag drupal/includes/common.inc Assists in adding the tableDrag JavaScript behavior to a themed table. 16
drupal_aggregate_css drupal/includes/common.inc Default callback to aggregate CSS files and inline content. 1
drupal_alter drupal/includes/module.inc Passes alterable variables to specific hook_TYPE_alter() implementations. 92 3
drupal_anonymous_user drupal/includes/bootstrap.inc Generates a default anonymous $user object. 12
drupal_array_diff_assoc_recursive drupal/includes/common.inc Recursively computes the difference of arrays with additional index check. 1
drupal_array_get_nested_value drupal/includes/common.inc Retrieves a value from a nested array with variable depth. 16
drupal_array_merge_deep drupal/includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array. 4
drupal_array_merge_deep_array drupal/includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array. 4
drupal_array_nested_key_exists drupal/includes/common.inc Determines whether a nested array contains the requested keys. 2
drupal_array_set_nested_value drupal/includes/common.inc Sets a value in a nested array with variable depth. 7
drupal_attributes drupal/includes/common.inc Converts an associative array to an XML/HTML tag attribute string. 41
drupal_autoload_class drupal/includes/bootstrap.inc Confirms that a class is available. 1 2
drupal_autoload_interface drupal/includes/bootstrap.inc Confirms that an interface is available. 1 2
drupal_autoload_test_registry_files_alter drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module Implements hook_registry_files_alter().
drupal_autoload_trait drupal/includes/bootstrap.inc Confirms that a trait is available. 1 1
drupal_base64_encode drupal/includes/bootstrap.inc Returns a URL-safe, base64 encoded version of the supplied string. 1
drupal_basename drupal/includes/file.inc Gets the filename from a given path. 32
drupal_block_denied drupal/includes/bootstrap.inc Handles denied users. 1
drupal_bootstrap drupal/includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase. 16
drupal_build_css_cache drupal/includes/common.inc Aggregates and optimizes CSS files into a cache file in the files directory. 1
drupal_build_form drupal/includes/form.inc Builds and process a form based on a form id. 3
drupal_build_js_cache drupal/includes/common.inc Aggregates JavaScript files into a cache file in the files directory. 2
drupal_cache_system_paths drupal/includes/path.inc Cache system paths for a page. 1
drupal_check_incompatibility drupal/includes/common.inc Checks whether a version is compatible with a given dependency. 2
drupal_check_memory_limit drupal/includes/bootstrap.inc Compares the memory required for an operation to the available memory. 4

Pages

Other projects