1.20.x admin_bar.install admin_bar_install()

Implements hook_install().

File

modules/admin_bar/admin_bar.install, line 20
Install, update, and uninstall functions for the admin bar module.

Code

function admin_bar_install() {
  // Increase the module weight, so admin_bar catches any alterations made by
  // other modules in hook_menu_alter().
  module_set_weight('admin_bar', 100);
}