function dashboard_form_block_add_block_form_alter
Implements hook_form_FORM_ID_alter().
File
-
modules/
dashboard/ dashboard.module, line 412
Code
function dashboard_form_block_add_block_form_alter(&$form, &$form_state) {
dashboard_form_block_admin_configure_alter($form, $form_state);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.