You are here

function acquia_lift_inspector_help in Acquia Lift Connector 8.3

Same name and namespace in other branches
  1. 8.4 modules/acquia_lift_inspector/acquia_lift_inspector.module \acquia_lift_inspector_help()

Implements hook_help().

File

modules/acquia_lift_inspector/acquia_lift_inspector.module, line 15
Drupal Module: Acquia Lift Inspector.

Code

function acquia_lift_inspector_help($route_name) {
  switch ($route_name) {
    case 'help.page.acquia_lift':
    case 'acquia_lift.admin_settings_form':
      return t('On every page that is enabled for capturing profile information press CTRL+i to get the Acquia Lift Analytics information screen.');
  }
}