You are here

function flag_hook_test_flag_flag in Flag 7.3

Implements hook_flag_flag().

File

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

Code

function flag_hook_test_flag_flag($flag, $entity_id, $account, $flagging) {
  _flag_hook_test_record_invocation('hook_flag_flag', func_get_args(), $flagging);
}