Version 1.23 (checked in on 2010/03/01 at 13:12:45 by dries)
| Name | Description |
|---|---|
| dashboard_admin | Dashboard page callback. |
| dashboard_block_info_alter | Implements hook_block_info_alter(). |
| dashboard_dashboard_regions | Implements hook_dashboard_regions(). |
| dashboard_help | Implements hook_help(). |
| dashboard_is_visible | Returns TRUE if the user is currently viewing the dashboard. |
| dashboard_menu | Implements hook_menu(). |
| dashboard_menu_alter | Implements hook_menu_alter(). |
| dashboard_page_build | Implements hook_page_build(). |
| dashboard_permission | Implements hook_permission(). |
| dashboard_regions | Return an array of dashboard region names. |
| dashboard_region_descriptions | Return an array of dashboard region descriptions, keyed by region name. |
| dashboard_show_block_content | AJAX callback to display the rendered contents of a specific block. |
| dashboard_show_disabled | AJAX callback to show disabled blocks in the dashboard customization mode. |
| dashboard_system_info_alter | Implements hook_system_info_alter(). |
| dashboard_theme | Implements hook_theme(). |
| dashboard_update | Set the new weight of each region according to the drag-and-drop order. |
| theme_dashboard | Theme the entire dashboard. |
| theme_dashboard_admin | Theme the page containing the dashboard. |
| theme_dashboard_disabled_block | Theme a disabled block, for display in dashboard customization mode. |
| theme_dashboard_disabled_blocks | Theme a set of disabled blocks, for display in dashboard customization mode. |
| theme_dashboard_region | Theme a generic dashboard region. |