You are here

function acquia_lift_enable in Acquia Lift Connector 7

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

Implements hook_enable().

File

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

Code

function acquia_lift_enable() {
  variable_set('queue_class_acquia_lift_sync', 'AcquiaLiftQueue');
  _acquia_lift_build_menu('acquia-lift-controls');
}