function acquia_lift_help in Acquia Lift Connector 8.4
Same name and namespace in other branches
- 8 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 18
Code
function acquia_lift_help($route_name) {
return \Drupal::service('acquia_lift.service.helper.help_message_helper')
->getMessage($route_name);
}