You are here

function flag_hook_test_flag_unflag in Flag 7.3

Implements hook_flag_unflag().

File

tests/flag_hook_test/flag_hook_test.module, line 62
flag_hook_test.module Test module for the hooks that Flag invokes.

Code

function flag_hook_test_flag_unflag($flag, $entity_id, $account, $flagging) {
  _flag_hook_test_record_invocation('hook_flag_unflag', func_get_args(), $flagging);
}