dashboard.module
Version 1.5 (checked in on 2009/11/11 at 08:52:27 by dries)
Functions
| Name | Description |
|---|---|
| dashboard_admin | Dashboard page callback. |
| dashboard_block_info_alter | Implement hook_block_info_alter(). |
| dashboard_dashboard_regions | Implement hook_dashboard_regions(). |
| dashboard_is_visible | Returns TRUE if the user is currently viewing the dashboard. |
| dashboard_menu | Implement hook_menu(). |
| dashboard_page_build | Implement hook_page_build(). |
| dashboard_permission | Implement 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 | Implement hook_system_info_alter(). |
| dashboard_theme | Implement 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. |
| _dashboard_get_default_string | Central storage for strings. |
