function imagelightbox_theme in ImageLightbox 8
Same name and namespace in other branches
- 2.x imagelightbox.module \imagelightbox_theme()
- 2.0.x imagelightbox.module \imagelightbox_theme()
Implements hook_theme().
File
- ./
imagelightbox.module, line 14 - Primary module hooks for ImageLightBox module.
Code
function imagelightbox_theme() {
return [
'imagelightbox_formatter' => [
'variables' => [
'item' => NULL,
'item_attributes' => NULL,
'link_attributes' => NULL,
'url' => NULL,
'image_style' => NULL,
],
],
];
}