You are here

function farm_help_farm_access_perms in farmOS 7

Implements hook_farm_access_perms().

File

modules/farm/farm_help/farm_help.module, line 34
Farm help module.

Code

function farm_help_farm_access_perms($role) {

  // Access farm help.
  return array(
    'access farm help',
  );
}