| 71 |
Developers can use the API of this module to create their own menu trees |
Developers can use the API of this module to create their own menu trees |
| 72 |
outside the confines of blocks. All of the publicly available API functions |
outside the confines of blocks. All of the publicly available API functions |
| 73 |
are documented in the menu_block.module file. |
are documented in the menu_block.module file. |
| 74 |
|
|
| 75 |
|
In addition, Menu block implements HOOK_get_menus() to retrieve menu names |
| 76 |
|
and titles of menus created by a module. See book_get_menus() in |
| 77 |
|
menu_block.book.inc for an example of this hook. |