You are here

public function AckMenuHandlerInterface::realmMenu in Access Control Kit 7

Finds the default menu to which new links for a realm can be added.

Parameters

int $realm: A realm value.

Return value

string|false The menu name, or FALSE if no usable menu found.

1 method overrides AckMenuHandlerInterface::realmMenu()
AckMenuMap::realmMenu in ack_menu/handlers/ack_menu_map.inc
Implements AckMenuHandlerInterface::realmMenu().

File

ack_menu/ack_menu_handler.inc, line 38
Contains the ACK menu handler interface.

Class

AckMenuHandlerInterface
Interface for a menu link access handler.

Code

public function realmMenu($realm);