You are here

function scanner_theme in Search and Replace Scanner 8

Same name and namespace in other branches
  1. 6 scanner.module \scanner_theme()
  2. 7 scanner.module \scanner_theme()

Implements hook_theme().

File

./scanner.module, line 6

Code

function scanner_theme($existing, $type, $theme, $path) {
  return [
    'scanner_results' => [
      'variables' => [
        'data' => NULL,
      ],
    ],
  ];
}