You are here

public function AckMenuMap::description in Access Control Kit 7

Overrides AccessControlKitHandler::description().

Overrides AccessControlKitHandler::description

File

ack_menu/handlers/ack_menu_map.inc, line 91
Contains the handler class for mapping menu links to access realms.

Class

AckMenuMap
Controls access to menu links based on realm mapping.

Code

public function description() {
  return t('Users with the <em>administer menus for all schemes</em> permission will be able to edit links in the allowed menus and assign realm memberships to them. Users who have been granted the <em>manage menu links in assigned access realms</em> permission for those realms will then be able to manage these links and their descendents.');
}