Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
db_drop_unique_key drupal/core/includes/database.inc Drops a unique key. 1
db_escape_field drupal/core/includes/database.inc Restricts a dynamic column or constraint name to safe characters.
db_escape_table drupal/core/includes/database.inc Restricts a dynamic table name to safe characters.
db_field_exists drupal/core/includes/database.inc Checks if a column exists in the given table. 10
db_field_names drupal/core/includes/database.inc Returns an array of field names from an array of key/index column specifiers.
db_field_set_default drupal/core/includes/database.inc Sets the default value for a field. 1
db_field_set_no_default drupal/core/includes/database.inc Sets a field to have no default value. 1
db_find_tables drupal/core/includes/database.inc Finds all tables that are like the specified base table name. 3
db_ignore_slave drupal/core/includes/database.inc Sets a session variable specifying the lag time for ignoring a slave server. 3
db_index_exists drupal/core/includes/database.inc Checks if an index exists in the given table. 2
db_insert drupal/core/includes/database.inc Returns a new InsertQuery object for the active database. 4
db_installer_object drupal/core/includes/install.inc Returns a database installer object. 1
db_like drupal/core/includes/database.inc Escapes characters that work as wildcard characters in a LIKE pattern. 15
db_merge drupal/core/includes/database.inc Returns a new MergeQuery object for the active database.
db_next_id drupal/core/includes/database.inc Retrieves a unique id. 4
db_or drupal/core/includes/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together. 17
db_query drupal/core/includes/database.inc Executes an arbitrary query string against the active database. 93 3
db_query_range drupal/core/includes/database.inc Executes a query against the active database, restricted to a range. 7 2
db_query_temporary drupal/core/includes/database.inc Executes a query string and saves the result set to a temporary table. 2
db_rename_table drupal/core/includes/database.inc Renames a table. 4
db_run_tasks drupal/core/includes/install.inc Ensures the environment for a Drupal database on a predefined connection. 1
db_select drupal/core/includes/database.inc Returns a new SelectQuery object for the active database. 121
db_set_active drupal/core/includes/database.inc Sets a new active database. 5
db_table_exists drupal/core/includes/database.inc Checks if a table exists. 18
db_transaction drupal/core/includes/database.inc Returns a new transaction object for the active database. 11
db_truncate drupal/core/includes/database.inc Returns a new TruncateQuery object for the active database. 1
db_update drupal/core/includes/database.inc Returns a new UpdateQuery object for the active database. 1
db_xor drupal/core/includes/database.inc Returns a new DatabaseCondition, set to "XOR" all conditions together.
debug drupal/core/includes/common.inc Outputs debug information. 7 11
decode_entities drupal/core/includes/unicode.inc Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. 24 1
design_test_category_page drupal/core/modules/system/tests/modules/design_test/design_test.module Menu page callback for a category listing page. 1
design_test_form_details drupal/core/modules/system/tests/modules/design_test/form/details.inc Form constructor for testing theme_details().
design_test_form_fieldset drupal/core/modules/system/tests/modules/design_test/form/fieldset.inc Form constructor for testing theme_fieldset().
design_test_menu drupal/core/modules/system/tests/modules/design_test/design_test.module Implements hook_menu().
design_test_menu_local_tasks_alter drupal/core/modules/system/tests/modules/design_test/design_test.module Implements hook_menu_local_tasks_alter().
design_test_menu_theme_callback drupal/core/modules/system/tests/modules/design_test/design_test.module Menu theme callback for design_test pages. 1
design_test_page_list_operations drupal/core/modules/system/tests/modules/design_test/page/list-operations.inc Page callback for manual testing of operation links.
drupal_add_css drupal/core/includes/common.inc Adds a cascading stylesheet to the stylesheet queue. 35 4
drupal_add_feed drupal/core/includes/common.inc Adds a feed URL for the current page. 8
drupal_add_html_head drupal/core/includes/common.inc Adds output to the HEAD tag of the HTML page. 12
drupal_add_html_head_link drupal/core/includes/common.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. 9
drupal_add_http_header drupal/core/includes/bootstrap.inc Sets an HTTP response header for the current page. 14
drupal_add_js drupal/core/includes/common.inc Adds a JavaScript file, setting, or inline code to the page. 49 10
drupal_add_library drupal/core/includes/common.inc Adds multiple JavaScript or CSS files at the same time. 35 2
drupal_add_region_content drupal/core/includes/common.inc Adds content to a specified region. 4
drupal_add_tabledrag drupal/core/includes/common.inc Assists in adding the tableDrag JavaScript behavior to a themed table. 18
drupal_aggregate_css drupal/core/includes/common.inc Aggregation callback: Aggregates CSS files and inline content. 1
drupal_aggregate_js drupal/core/includes/common.inc Default callback to aggregate JavaScript files. 1
drupal_alter drupal/core/includes/module.inc Passes alterable variables to specific hook_TYPE_alter() implementations. 93 2
drupal_anonymous_user drupal/core/includes/bootstrap.inc Generates a default anonymous $user object. 10

Pages

Other projects