function wingsuit_lb_theme in Gin Layout Builder 8.2
Implements hook_theme().
File
- modules/
wingsuit_lb/ wingsuit_lb.module, line 105
Code
function wingsuit_lb_theme($existing, $type, $theme, $path) {
return [
'wingsuit_lb_icon' => [
'variables' => [
'uri' => NULL,
'width' => NULL,
'height' => NULL,
'svg' => NULL,
'alt' => NULL,
],
],
];
}