You are here

function automated_crop_theme in Automated Crop 8

Implements hook_theme().

File

./automated_crop.module, line 11
The Automated Crop Drupal module.

Code

function automated_crop_theme() {
  return [
    'automated_crop_summary' => [
      'variables' => [
        'data' => [],
        'effect' => [],
      ],
    ],
  ];
}