function hook_og_role_update in Organic groups 7.2
Same name and namespace in other branches
- 7 og.api.php \hook_og_role_update()
Allow modules to act upon existing group role update.
Parameters
$role: The group role object.
1 invocation of hook_og_role_update()
- og_role_save in ./
og.module - Save a user role to the database.
File
- ./
og.api.php, line 101 - Hooks provided by the Organic groups module.
Code
function hook_og_role_update($role) {
}