You are here

function roleassign_help in RoleAssign 7

Same name and namespace in other branches
  1. 8 roleassign.module \roleassign_help()
  2. 5 roleassign.module \roleassign_help()
  3. 6 roleassign.module \roleassign_help()
  4. 7.2 roleassign.module \roleassign_help()

Implements hook_help().

Returns various help texts.

Parameters

string $path:

$arg:

Return value

string|null

File

./roleassign.module, line 130
Allows site administrators to further delegate the task of managing user's roles.

Code

function roleassign_help($path = "admin/help#roleassign", $arg) {
  _roleassign_module_load_include('admin.inc');
  return _roleassign_help($path, $arg);
}