You are here

function floating_menu_theme in Floating Menu 8

Implements hook_theme().

File

./floating_menu.module, line 13
This is the main module file for Floating Menu.

Code

function floating_menu_theme($existing, $type, $theme, $path) {
  return [
    'floating_menu_block' => [
      'variables' => [
        'menu_items' => NULL,
      ],
    ],
  ];
}