You are here

function domain_menu_access_perm in Domain Menu Access 6

Implementation of hook_perm().

File

./domain_menu_access.module, line 32
Extension for Domain module, which allows showing/hiding menu items per domain.

Code

function domain_menu_access_perm() {
  return array(
    'administer menus per domain',
  );
}