| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
| Copyright: | (c) phpBB Limited |
| License: | GNU General Public License, version 2 (GPL-2.0) |
| File Size: | 43 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
navigation_interface:: (1 method):
get()
Interface: navigation_interface - X-Ref
Interface for installer's navigation defining services| get() X-Ref |
| Returns an array with the navigation items The returned array should have the following format: <code> array( 'parent_nav_name' => array( 'nav_name' => array( 'label' => 'MY_MENU', 'route' => 'phpbb_route_name', ) ) ) </code> Navigation item setting options: - label: The language variable name - route: Name of the route which it is belongs to return: array |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |