You are here

function hook_og_role_update in Organic groups 7

Same name and namespace in other branches
  1. 7.2 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 75
Hooks provided by the Organic groups module.

Code

function hook_og_role_update($role) {
}