function scanner_theme in Search and Replace Scanner 8
Same name and namespace in other branches
- 6 scanner.module \scanner_theme()
- 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,
],
],
];
}