menu_link.install in Menu Link (Field) 2.0.x
Same filename and directory in other branches
File
menu_link.installView source
<?php
/**
* @file
*/
/**
* Implements hook_theme().
*/
function menu_link_theme($existing, $type, $theme, $path) {
return [
'menu_link_element' => [
'variables' => [
'menu_name' => NULL,
'items' => [],
'attributes' => [],
],
],
];
}
Functions
Name | Description |
---|---|
menu_link_theme | Implements hook_theme(). |