function roleassign_help in RoleAssign 7
Same name and namespace in other branches
- 8 roleassign.module \roleassign_help()
- 5 roleassign.module \roleassign_help()
- 6 roleassign.module \roleassign_help()
- 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);
}