Functions - 7.x - drupal

Primary tabs

Title Deprecated File name Summary Direct uses Strings
dashboard_regions modules/dashboard/dashboard.module Returns an array of dashboard region names. 3
dashboard_region_descriptions modules/dashboard/dashboard.module Returns an array of dashboard region descriptions, keyed by region name. 6
dashboard_show_block_content modules/dashboard/dashboard.module Ajax callback: Displays the rendered contents of a specific block. 1
dashboard_show_disabled modules/dashboard/dashboard.module Ajax callback: Shows disabled blocks in the dashboard customization mode. 1
dashboard_system_info_alter modules/dashboard/dashboard.module Implements hook_system_info_alter().
dashboard_theme modules/dashboard/dashboard.module Implements hook_theme().
dashboard_uninstall modules/dashboard/dashboard.install Implements hook_uninstall().
dashboard_update modules/dashboard/dashboard.module Sets the new weight of each region according to the drag-and-drop order. 1
database_test_db_query_temporary modules/simpletest/tests/database_test.module Run a db_query_temporary and output the table name and its number of rows. 1
database_test_even_pager_query modules/simpletest/tests/database_test.module Run a pager query and return the results. 1
database_test_menu modules/simpletest/tests/database_test.module Implements hook_menu().
database_test_odd_pager_query modules/simpletest/tests/database_test.module Run a pager query and return the results. 1
database_test_query_alter modules/simpletest/tests/database_test.module Implements hook_query_alter().
database_test_query_database_test_alter_remove_range_alter modules/simpletest/tests/database_test.module Implements hook_query_TAG_alter().
database_test_schema modules/simpletest/tests/database_test.install Implements hook_schema().
database_test_tablesort modules/simpletest/tests/database_test.module Run a tablesort query and return the results. 1
database_test_tablesort_first modules/simpletest/tests/database_test.module Run a tablesort query with a second order_by after and return the results. 1
database_test_theme_tablesort modules/simpletest/tests/database_test.module Output a form without setting a header sort. 1
date_iso8601 includes/common.inc Returns an ISO8601 formatted date based on the given date. 5
date_validate includes/form.inc Validates the date type to prevent invalid dates (e.g., February 30, 2006). 1
dblog_build_filter_query modules/dblog/dblog.admin.inc Builds a query for database log administration filters based on session. 1
dblog_clear_log_form modules/dblog/dblog.admin.inc Form constructor for the form that clears out the log. 1
dblog_clear_log_submit modules/dblog/dblog.admin.inc Form submission handler for dblog_clear_log_form(). 1
dblog_cron modules/dblog/dblog.module Implements hook_cron().
dblog_event modules/dblog/dblog.admin.inc Page callback: Displays details about a specific database log message. 1
dblog_filters modules/dblog/dblog.admin.inc Creates a list of database log administration filters that can be applied. 3
dblog_filter_form modules/dblog/dblog.admin.inc Form constructor for the database logging filter form. 1
dblog_filter_form_submit modules/dblog/dblog.admin.inc Form submission handler for dblog_filter_form().
dblog_filter_form_validate modules/dblog/dblog.admin.inc Form validation handler for dblog_filter_form().
dblog_form_system_logging_settings_alter modules/dblog/dblog.module Implements hook_form_FORM_ID_alter() for system_logging_settings().
dblog_help modules/dblog/dblog.module Implements hook_help().
dblog_init modules/dblog/dblog.module Implements hook_init().
dblog_menu modules/dblog/dblog.module Implements hook_menu().
dblog_overview modules/dblog/dblog.admin.inc Page callback: Displays a listing of database log messages. 1
dblog_schema modules/dblog/dblog.install Implements hook_schema().
dblog_theme modules/dblog/dblog.module Implements hook_theme().
dblog_top modules/dblog/dblog.admin.inc Page callback: Shows the most frequent log messages of a given event type. 1
dblog_uninstall modules/dblog/dblog.install Implements hook_uninstall().
dblog_update_7001 modules/dblog/dblog.install Update the {watchdog} table.
dblog_update_7002 modules/dblog/dblog.install Add an index to the severity column in the watchdog database table.
dblog_update_7003 modules/dblog/dblog.install Account for possible legacy systems where dblog was not installed.
dblog_watchdog modules/dblog/dblog.module Implements hook_watchdog(). 5
db_add_field includes/database/database.inc Adds a new field to a table. 26
db_add_index includes/database/database.inc Adds an index. 34
db_add_primary_key includes/database/database.inc Adds a primary key to a database table. 6
db_add_unique_key includes/database/database.inc Adds a unique key. 4
db_and includes/database/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together. 2
db_change_field includes/database/database.inc Changes a field definition. 59
db_close includes/database/database.inc Closes the active database connection. 1
db_condition includes/database/database.inc Returns a new DatabaseCondition, set to the specified conjunction. 1

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.