You are here

admin_menu.drush.inc in Administration menu 6

File

admin_menu.drush.inc
View source
<?php

/**
 * Implments hook_drush_exit()
 *
 * This is necessary because drush skips the normal hook_exit() where
 * we build the links.
 */
function admin_menu_drush_exit() {
  if (function_exists('admin_menu_exit')) {
    admin_menu_exit();
  }
}

Functions

Namesort descending Description
admin_menu_drush_exit Implments hook_drush_exit()