You are here

function fotorama_gallery_theme in Fotorama Gallery 8.2

Same name and namespace in other branches
  1. 8 fotorama_gallery.module \fotorama_gallery_theme()

Implements hook_theme().

File

./fotorama_gallery.module, line 11
Add new formatter display to image field.

Code

function fotorama_gallery_theme() {
  return [
    'fotorama_gallery_field' => [
      'render element' => 'element',
    ],
  ];
}