accordion_menus.module in Accordion Menus 8
Same filename and directory in other branches
The accordion menus module provide menu as accordion manner as block basis.
File
accordion_menus.moduleView source
<?php
/**
* @file
* The accordion menus module provide menu as accordion manner as block basis.
*/
/**
* implement hook_theme().
*/
function accordion_menus_theme($existing, $type, $theme, $path) {
return [
'accordian_menus_block' => [
'variables' => [
'elements' => [],
],
],
];
}
Functions
Name | Description |
---|---|
accordion_menus_theme | implement hook_theme(). |