function sooperthemes_gridstack_theme in Sooperthemes GridStack 8
Same name and namespace in other branches
- 7 sooperthemes_gridstack.module \sooperthemes_gridstack_theme()
Implements hook_theme().
File
- ./
sooperthemes_gridstack.module, line 25 - Primary module hooks for SooperThemes GridStack module.
Code
function sooperthemes_gridstack_theme() {
return [
'sooperthemes_gridstack_gridstack_style' => [
'variables' => [],
'file' => 'theme.inc',
],
'sooperthemes_gridstack_gridstack_row' => [
'variables' => [],
'file' => 'theme.inc',
],
'sooperthemes_gridstack_gridstack_formatter' => [
'variables' => [
'item' => NULL,
'item_attributes' => NULL,
'url' => NULL,
'image_style' => NULL,
],
'file' => 'theme.inc',
],
];
}