Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
db_rename_table drupal/core/includes/database.inc Renames a table. 6
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. 98
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. 19
db_transaction drupal/core/includes/database.inc Returns a new transaction object for the active database. 6
db_truncate drupal/core/includes/database.inc Returns a new TruncateQuery object for the active database. 2
db_update drupal/core/includes/database.inc Returns a new UpdateQuery object for the active database.
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
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. 31 6
drupal_add_feed drupal/core/includes/common.inc Adds a feed URL for the current page. 7
drupal_add_html_head drupal/core/includes/common.inc Adds output to the HEAD tag of the HTML page. 11
drupal_add_html_head_link drupal/core/includes/common.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. 7
drupal_add_http_header Deprecated drupal/core/includes/bootstrap.inc Sets an HTTP response header for the current page. 13
drupal_add_js drupal/core/includes/common.inc Adds a JavaScript file, setting, or inline code to the page. 51 12
drupal_add_library drupal/core/includes/common.inc Adds multiple JavaScript or CSS files at the same time. 33 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. 9
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 Deprecated drupal/core/includes/bootstrap.inc Passes alterable variables to specific hook_TYPE_alter() implementations. 73 1
drupal_anonymous_user drupal/core/includes/bootstrap.inc Generates a default anonymous $user object. 10
drupal_basename drupal/core/includes/file.inc Gets the filename from a given path. 37
drupal_bootstrap drupal/core/includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase. 11
drupal_build_css_cache drupal/core/includes/common.inc Aggregates and optimizes CSS files into a cache file in the files directory. 1
drupal_build_form drupal/core/includes/form.inc Builds and processes a form for a given form ID. 8
drupal_build_js_cache drupal/core/includes/common.inc Aggregates JavaScript files into a cache file in the files directory. 3
drupal_check_incompatibility drupal/core/includes/common.inc Checks whether a version is compatible with a given dependency. 2
drupal_check_memory_limit drupal/core/includes/bootstrap.inc Compares the memory required for an operation to the available memory. 4
drupal_check_module drupal/core/includes/install.inc Checks a module's requirements. 1
drupal_check_profile drupal/core/includes/install.inc Checks an installation profile's requirements. 1
drupal_chmod drupal/core/includes/file.inc Sets the permissions on a file or directory. 10
drupal_classloader drupal/core/includes/bootstrap.inc Initializes and returns the class loader. 12
drupal_classloader_register drupal/core/includes/bootstrap.inc Registers an additional namespace. 3
drupal_clean_css_identifier drupal/core/includes/common.inc Prepares a string for use as a CSS identifier (element, class, or ID name). 18 1
drupal_clear_css_cache drupal/core/includes/common.inc Deletes old cached CSS files. 4
drupal_clear_js_cache drupal/core/includes/common.inc Deletes old cached JavaScript files and variables. 2
drupal_common_theme drupal/core/includes/theme.inc Provides theme registration for themes across .inc files. 1
drupal_container Deprecated drupal/core/includes/bootstrap.inc Retrieves the Drupal Container to standardize object construction. 12
drupal_convert_to_utf8 drupal/core/includes/unicode.inc Converts data to UTF-8. 1
drupal_cron_run drupal/core/includes/common.inc Executes a cron run when called. 8
drupal_current_script_url drupal/core/includes/install.inc Returns the URL of the current script, with modified query parameters. 2

Pages

Other projects