Contains filters are case sensitive
Namesort ascending Location Description
drupal_array_merge_deep_array Deprecated includes/drupal.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_array_merge_deep Deprecated includes/drupal.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_array_get_nested_value Deprecated includes/drupal.inc Retrieves a value from a nested array with variable depth.
drupal_anonymous_user Deprecated includes/drupal.inc Generates a default anonymous $user object.
drupal_alter Deprecated includes/drupal.inc Passes alterable variables to specific hook_TYPE_alter() implementations.
drupal_aggregate_js Deprecated includes/drupal.inc Default callback to aggregate JavaScript files.
drupal_aggregate_css Deprecated includes/drupal.inc Aggregation callback: Aggregates CSS files and inline content.
drupal_add_tabledrag Deprecated includes/drupal.inc Assists in adding the tableDrag JavaScript behavior to a themed table.
drupal_add_library Deprecated includes/drupal.inc Adds multiple JavaScript or CSS files at the same time.
drupal_add_js Deprecated includes/drupal.inc Adds a JavaScript file, setting, or inline code to the page.
drupal_add_http_header Deprecated includes/drupal.inc Sets an HTTP response header for the current page.
drupal_add_html_head_link Deprecated includes/drupal.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD.
drupal_add_html_head Deprecated includes/drupal.inc Adds output to the HEAD tag of the HTML page.
drupal_add_feed Deprecated includes/drupal.inc Adds a feed URL for the current page.
drupal_add_css Deprecated includes/drupal.inc Adds a cascading stylesheet to the stylesheet queue.
drupal_access_denied Deprecated includes/drupal.inc Delivers an "access denied" error to the browser.
_deprecated_redirect_test_page modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.module
deprecated_redirect_test_menu modules/system/tests/deprecated_redirect_test/deprecated_redirect_test.module Implements hook_menu().
decode_entities includes/unicode.inc Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes.
debug includes/common.inc Outputs debug information.
db_xor includes/database/database.inc Returns a new DatabaseCondition, set to "XOR" all conditions together.
db_update includes/database/database.inc Returns a new UpdateQuery object for the active database.
db_truncate includes/database/database.inc Returns a new TruncateQuery object for the active database.
db_transaction includes/database/database.inc Returns a new transaction object for the active database.
db_table_exists includes/database/database.inc Checks if a table exists.
db_set_active includes/database/database.inc Sets a new active database.
db_select includes/database/database.inc Returns a new SelectQuery object for the active database.
db_run_tasks includes/install.inc Ensures the environment for a Backdrop database on a predefined connection.
db_rename_table includes/database/database.inc Renames a table.
db_query_temporary includes/database/database.inc Executes a SELECT query string and saves the result set to a temporary table.
db_query_range includes/database/database.inc Executes a query against the active database, restricted to a range.
db_query includes/database/database.inc Executes an arbitrary query string against the active database.
db_parse_url includes/database/database.inc Parses the database URL.
db_or includes/database/database.inc Returns a new DatabaseCondition, set to "OR" all conditions together.
db_next_id includes/database/database.inc Retrieves a unique id.
db_merge includes/database/database.inc Returns a new MergeQuery object for the active database.
dblog_watchdog modules/dblog/dblog.module Implements hook_watchdog().
dblog_update_1003 modules/dblog/dblog.install Restore the format for dates in the database log.
dblog_update_1002 modules/dblog/dblog.install Convert the format for dates in the database log.
dblog_update_1001 modules/dblog/dblog.install Set the format for dates in the database log.
dblog_update_1000 modules/dblog/dblog.install Account for possible legacy systems where dblog was not installed.
dblog_top modules/dblog/dblog.admin.inc Page callback: Shows the most frequent log messages of a given event type.
dblog_schema modules/dblog/dblog.install Implements hook_schema().
dblog_overview modules/dblog/dblog.admin.inc Page callback: Displays a listing of database log messages.
dblog_menu modules/dblog/dblog.module Implements hook_menu().
dblog_logging_settings_submit modules/dblog/dblog.module Form submission handler for system_logging_settings().
dblog_init modules/dblog/dblog.module Implements hook_init().
_dblog_get_message_types modules/dblog/dblog.module Gathers a list of uniquely defined database log message types.
dblog_form_system_logging_settings_alter modules/dblog/dblog.module Implements hook_form_FORM_ID_alter() for system_logging_settings().
dblog_format_message modules/dblog/dblog.admin.inc Returns HTML for a log message.

Pages