You are here

function acquia_lift_enable in Acquia Lift Connector 7.2

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

Implements hook_enable().

File

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

Code

function acquia_lift_enable() {
  _acquia_lift_build_menu('acquia-lift-controls');
}