interface navigation_interface
Interface for installer's navigation defining services
Methods
array |
get()
Returns an array with the navigation items |
Details
at line 42
public array
get()
Returns an array with the navigation items
The returned array should have the following format:
array(
'parentnavname' => array(
'navname' => array(
'label' => 'MYMENU',
'route' => 'phpbbroutename',
)
)
)
Navigation item setting options: - label: The language variable name - route: Name of the route which it is belongs to