You are here

function admin_menu_form_devel_admin_settings_alter in Administration menu 7.3

Same name and namespace in other branches
  1. 8.3 admin_menu.module \admin_menu_form_devel_admin_settings_alter()
  2. 5.3 admin_menu.inc \admin_menu_form_devel_admin_settings_alter()
  3. 6.3 admin_menu.module \admin_menu_form_devel_admin_settings_alter()
  4. 6 admin_menu.module \admin_menu_form_devel_admin_settings_alter()

Implements hook_form_FORM_ID_alter().

Extends Devel module with Administration menu developer settings.

File

./admin_menu.module, line 975
Render an administrative menu as a dropdown menu at the top of the window.

Code

function admin_menu_form_devel_admin_settings_alter(&$form, &$form_state) {
  form_load_include($form_state, 'inc', 'admin_menu');
  _admin_menu_form_devel_admin_settings_alter($form, $form_state);
}