function dxpr_gridstack_theme in DXPR GridStack 8
Same name and namespace in other branches
- 7 dxpr_gridstack.module \dxpr_gridstack_theme()
- 1.0.x dxpr_gridstack.module \dxpr_gridstack_theme()
Implements hook_theme().
File
- ./
dxpr_gridstack.module, line 25 - Primary module hooks for DXPR GridStack module.
Code
function dxpr_gridstack_theme() {
return [
'dxpr_gridstack_gridstack_style' => [
'variables' => [],
'file' => 'theme.inc',
],
'dxpr_gridstack_gridstack_row' => [
'variables' => [],
'file' => 'theme.inc',
],
'dxpr_gridstack_gridstack_formatter' => [
'variables' => [
'item' => NULL,
'item_attributes' => NULL,
'url' => NULL,
'image_style' => NULL,
],
'file' => 'theme.inc',
],
];
}