You are here

function mobile_detect_theme in Mobile Detect 8.2

Implements hook_theme().

File

./mobile_detect.module, line 58
Contains mobile_detect.module.

Code

function mobile_detect_theme() {
  return [
    'mobile_detect_status_block' => [
      'variables' => [
        'internal_cache' => NULL,
      ],
    ],
  ];
}