scanner.module in Search and Replace Scanner 8
Same filename and directory in other branches
File
scanner.moduleView source
<?php
/**
* Implements hook_theme().
*/
function scanner_theme($existing, $type, $theme, $path) {
return [
'scanner_results' => [
'variables' => [
'data' => NULL,
],
],
];
}
Functions
Name | Description |
---|---|
scanner_theme | Implements hook_theme(). |