You are here

function hook_invite_withdraw in Invite 7.2

Same name and namespace in other branches
  1. 7.4 invite.api.php \hook_invite_withdraw()

Respond to an invitation withdrawal.

This hook is invoked right after an invitation has been withdrawn.

Parameters

$invite: The invite object that has just been withdrawn.

1 function implements hook_invite_withdraw()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

invite_cancel_account_invite_withdraw in modules/invite_cancel_account/invite_cancel_account.module
Implements hook_invite_withdraw().
1 invocation of hook_invite_withdraw()
invite_withdraw_submit in ./invite.module
Submit handler to withdraw an invitation.

File

./invite.api.php, line 34
API documentation for Invite module.

Code

function hook_invite_withdraw($invite) {
}