function hook_og_role_grant in Organic groups 7
Same name and namespace in other branches
- 7.2 og.api.php \hook_og_role_grant()
1 invocation of hook_og_role_grant()
- og_role_grant in ./
og.module - Grant a group role to a user.
File
- ./
og.api.php, line 92 - Hooks provided by the Organic groups module.
Code
function hook_og_role_grant($gid, $uid, $rid) {
}