public function AckMenuHandlerInterface::managedMenus in Access Control Kit 7
Returns the list of menus managed by this handler.
Return value
array An array with the machine-readable names as the keys, and human-readable titles as the values.
1 method overrides AckMenuHandlerInterface::managedMenus()
- AckMenuMap::managedMenus in ack_menu/
handlers/ ack_menu_map.inc - Implements AckMenuHandlerInterface::managedMenus().
File
- ack_menu/
ack_menu_handler.inc, line 47 - Contains the ACK menu handler interface.
Class
- AckMenuHandlerInterface
- Interface for a menu link access handler.
Code
public function managedMenus();