You are here

function mobile_detect_help in Mobile Detect 8.2

Same name and namespace in other branches
  1. 7 mobile_detect.module \mobile_detect_help()

Implements hook_help().

File

./mobile_detect.module, line 21
Contains mobile_detect.module.

Code

function mobile_detect_help($route_name, RouteMatchInterface $route_match) {
  switch ($route_name) {

    // Main module help for the mobile_detect module.
    case 'help.page.mobile_detect':
      return _mobile_detect_get_readme();
  }
}