You are here

function crop_theme in Crop API 8.2

Same name and namespace in other branches
  1. 8 crop.module \crop_theme()

Implements hook_theme().

File

./crop.module, line 23
The Crop API Drupal module.

Code

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