You are here

function menu_link_theme in Menu Link (Field) 2.0.x

Implements hook_theme().

File

./menu_link.install, line 10

Code

function menu_link_theme($existing, $type, $theme, $path) {
  return [
    'menu_link_element' => [
      'variables' => [
        'menu_name' => NULL,
        'items' => [],
        'attributes' => [],
      ],
    ],
  ];
}