You are here

function admin_menu_form_devel_admin_settings_alter in Administration menu 6.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 admin_menu.module \admin_menu_form_devel_admin_settings_alter()
  4. 7.3 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 775
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) {
  module_load_include('inc', 'admin_menu');
  _admin_menu_form_devel_admin_settings_alter($form, $form_state);
}