function dashboard_form_block_add_block_form_alter

dashboard_form_block_add_block_form_alter(&$form, &$form_state)

Implements hook_form_FORM_ID_alter().

File

modules/dashboard/dashboard.module, line 412
Provides a dashboard page in the administrative interface.

Code

function dashboard_form_block_add_block_form_alter(&$form, &$form_state) {
  dashboard_form_block_admin_configure_alter($form, $form_state);
}

© 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/function/dashboard_form_block_add_block_form_alter/7.x