You are here

function panopoly_magic_theme in Panopoly 8.2

Same name and namespace in other branches
  1. 7 modules/panopoly/panopoly_magic/panopoly_magic.module \panopoly_magic_theme()

Implements hook_theme().

File

modules/panopoly/panopoly_magic/panopoly_magic.module, line 27
Hook implementations for panopoly_magic.

Code

function panopoly_magic_theme() {
  return [
    'panopoly_magic_preview' => [
      'render element' => 'preview',
    ],
  ];
}