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