You are here

function acquia_lift_help in Acquia Lift Connector 8.3

Same name and namespace in other branches
  1. 8.4 acquia_lift.module \acquia_lift_help()
  2. 8 acquia_lift.module \acquia_lift_help()
  3. 7.3 acquia_lift.module \acquia_lift_help()
  4. 7 acquia_lift.module \acquia_lift_help()
  5. 7.2 acquia_lift.module \acquia_lift_help()

Implements hook_help().

File

./acquia_lift.module, line 18

Code

function acquia_lift_help($route_name) {
  return \Drupal::service('acquia_lift.service.helper.help_message_helper')
    ->getMessage($route_name);
}