You are here

function gridstack_ui_theme in GridStack 8.2

Implements hook_theme().

File

modules/gridstack_ui/gridstack_ui.module, line 11
Provides GridStack configuration entity UI.

Code

function gridstack_ui_theme() {
  $themes['gridstack_ui_admin'] = [
    'render element' => 'element',
    'file' => 'templates/gridstack_ui.theme.inc',
  ];
  return $themes;
}