dashboard.module

Version 1.23 (checked in on 2010/03/01 at 13:12:45 by dries)

Functions

NameDescription
dashboard_adminDashboard page callback.
dashboard_block_info_alterImplements hook_block_info_alter().
dashboard_dashboard_regionsImplements hook_dashboard_regions().
dashboard_helpImplements hook_help().
dashboard_is_visibleReturns TRUE if the user is currently viewing the dashboard.
dashboard_menuImplements hook_menu().
dashboard_menu_alterImplements hook_menu_alter().
dashboard_page_buildImplements hook_page_build().
dashboard_permissionImplements hook_permission().
dashboard_regionsReturn an array of dashboard region names.
dashboard_region_descriptionsReturn an array of dashboard region descriptions, keyed by region name.
dashboard_show_block_contentAJAX callback to display the rendered contents of a specific block.
dashboard_show_disabledAJAX callback to show disabled blocks in the dashboard customization mode.
dashboard_system_info_alterImplements hook_system_info_alter().
dashboard_themeImplements hook_theme().
dashboard_updateSet the new weight of each region according to the drag-and-drop order.
theme_dashboardTheme the entire dashboard.
theme_dashboard_adminTheme the page containing the dashboard.
theme_dashboard_disabled_blockTheme a disabled block, for display in dashboard customization mode.
theme_dashboard_disabled_blocksTheme a set of disabled blocks, for display in dashboard customization mode.
theme_dashboard_regionTheme a generic dashboard region.