function fotorama_gallery_theme in Fotorama Gallery 8
Same name and namespace in other branches
- 8.2 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',
],
];
}