dashboard.module

Provides a dashboard page in the administrative interface.

File

modules/dashboard/dashboard.module

Functions

Name Description
dashboard_admin Page callback: Displays the dashboard.
dashboard_admin_blocks Page callback: Builds the page for administering dashboard blocks.
dashboard_block_info_alter Implements hook_block_info_alter().
dashboard_block_list_alter Implements hook_block_list_alter().
dashboard_dashboard_regions Implements hook_dashboard_regions().
dashboard_forms Implements hook_forms().
dashboard_form_block_add_block_form_alter Implements hook_form_FORM_ID_alter().
dashboard_form_block_admin_configure_alter Implements hook_form_FORM_ID_alter().
dashboard_form_block_admin_display_form_alter Implements hook_form_FORM_ID_alter().
dashboard_form_dashboard_admin_display_form_alter Implements hook_form_FORM_ID_alter().
dashboard_help Implements hook_help().
dashboard_is_visible Determines if the dashboard should be displayed on the current page.
dashboard_menu Implements hook_menu().
dashboard_page_build Implements hook_page_build().
dashboard_permission Implements hook_permission().
dashboard_regions Returns an array of dashboard region names.
dashboard_region_descriptions Returns an array of dashboard region descriptions, keyed by region name.
dashboard_show_block_content Ajax callback: Displays the rendered contents of a specific block.
dashboard_show_disabled Ajax callback: Shows disabled blocks in the dashboard customization mode.
dashboard_system_info_alter Implements hook_system_info_alter().
dashboard_theme Implements hook_theme().
dashboard_update Sets the new weight of each region according to the drag-and-drop order.
template_preprocess_dashboard_admin_display_form Preprocesses variables for block-admin-display-form.tpl.php.
theme_dashboard Returns HTML for the entire dashboard.
theme_dashboard_admin Returns HTML for the non-customizable part of the dashboard page.
theme_dashboard_disabled_block Returns HTML for disabled blocks, for use in dashboard customization mode.
theme_dashboard_disabled_blocks Returns HTML for disabled blocks, for use in dashboard customization mode.
theme_dashboard_region Returns HTML for a generic dashboard region.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!dashboard!dashboard.module/7.x