function acquia_lift_help in Acquia Lift Connector 8
Same name and namespace in other branches
- 8.4 acquia_lift.module \acquia_lift_help()
- 8.3 acquia_lift.module \acquia_lift_help()
- 7.3 acquia_lift.module \acquia_lift_help()
- 7 acquia_lift.module \acquia_lift_help()
- 7.2 acquia_lift.module \acquia_lift_help()
Implements hook_help().
File
- ./
acquia_lift.module, line 26 - Drupal Module: Acquia Lift
Code
function acquia_lift_help($route_name, RouteMatchInterface $route_match) {
return \Drupal::service('acquia_lift.service.helper.help_message_helper')
->getMessage($route_name);
}