You are here

scanner.module in Search and Replace Scanner 8

Same filename and directory in other branches
  1. 5.2 scanner.module
  2. 6 scanner.module
  3. 7 scanner.module

File

scanner.module
View source
<?php

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

Functions

Namesort descending Description
scanner_theme Implements hook_theme().