You are here

function pwa_a2hs_theme in Progressive Web App 8

Implements hook_theme().

File

modules/pwa_a2hs/pwa_a2hs.module, line 30
Contains pwa_a2hs.module.

Code

function pwa_a2hs_theme() {

  // From file.module.
  return [
    'pwa_add_to_home_screen' => [
      'variables' => [
        'intro_text' => NULL,
        'button_text' => NULL,
      ],
    ],
  ];
}