You are here

function iek_theme in Image effect kit 8

Same name and namespace in other branches
  1. 7 iek.module \iek_theme()

Implements hook_theme().

File

./iek.module, line 12
Contains "iek" module.

Code

function iek_theme() {
  return [
    'iek_image_border_summary' => [
      'variables' => [
        'data' => NULL,
        'effect' => [],
      ],
    ],
    'iek_image_corner_summary' => [
      'variables' => [
        'data' => NULL,
        'effect' => [],
      ],
    ],
    'iek_image_padding_summary' => [
      'variables' => [
        'data' => NULL,
        'effect' => [],
      ],
    ],
    'iek_image_resize_summary' => [
      'variables' => [
        'data' => NULL,
        'effect' => [],
      ],
    ],
    'iek_image_watermark_summary' => [
      'variables' => [
        'data' => NULL,
        'effect' => [],
      ],
    ],
    'iek_image_overlay_summary' => [
      'variables' => [
        'data' => NULL,
        'effect' => [],
      ],
    ],
    'iek_image_filter_summary' => [
      'variables' => [
        'data' => NULL,
        'effect' => [],
      ],
    ],
  ];
}