function galleryformatter_theme in Gallery formatter 8
Same name and namespace in other branches
- 6 galleryformatter.module \galleryformatter_theme()
- 7 galleryformatter.module \galleryformatter_theme()
Implementation of hook_theme().
File
- ./
galleryformatter.module, line 6
Code
function galleryformatter_theme() {
return [
'galleryformatter' => [
'variables' => [
'slides' => NULL,
'thumbs' => NULL,
'settings' => NULL,
'dimensions' => NULL,
],
],
];
}