You are here

function acquia_lift_disable in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 acquia_lift.install \acquia_lift_disable()

Implements hook_disable().

File

./acquia_lift.install, line 31
Acquia Lift - Installation file.

Code

function acquia_lift_disable() {

  // Delete the menu links and rebuild router information.
  menu_delete_links('acquia-lift-controls');
  menu_rebuild();
}