function crop_theme in Crop API 8
Same name and namespace in other branches
- 8.2 crop.module \crop_theme()
Implements hook_theme().
File
- ./
crop.module, line 22 - The Crop API Drupal module.
Code
function crop_theme() {
return [
'crop_crop_summary' => [
'variables' => [
'data' => [],
'effect' => [],
],
],
];
}