You are here

function panopoly_magic_theme in Panopoly Magic 8.2

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

Implements hook_theme().

File

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

Code

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