You are here

function module_grants_test_number_permission in Module Grants 7

Implements hook_permission().

Sets up permissions for this module.

File

tests/module_grants_test_number.module, line 25
Dummy module implementing node access related hooks to test access interaction with the Module Grants module.

Code

function module_grants_test_number_permission() {
  return _module_grants_test_get_permissions(module_grants_test_number_get_grants());
}