function pwa_theme in Progressive Web App 8
Same name and namespace in other branches
- 2.x pwa.module \pwa_theme()
Implements hook_theme().
File
- ./
pwa.module, line 60 - PWA hooks.
Code
function pwa_theme() {
return [
'offline' => [
'variables' => [],
],
];
}