You are here

function tawk_to_theme in Tawk.to - Live chat application (Drupal 8) 8

Same name and namespace in other branches
  1. 8.2 tawk_to.module \tawk_to_theme()

Implements hook_theme().

File

./tawk_to.module, line 37
Contains main module code.

Code

function tawk_to_theme() {
  return [
    'tawk_to' => [
      'variables' => [
        'items' => [],
      ],
    ],
    'tawk_to_iframe' => [
      'variables' => [
        'items' => [],
      ],
    ],
  ];
}