You are here

function flag_actions_flag_flag in Flag 7.3

Implements hook_flag_flag(). Trigger actions if any are available.

File

./flag_actions.module, line 11
Actions support for the Flag module.

Code

function flag_actions_flag_flag($flag, $entity_id, $account, $flagging) {
  flag_actions_do('flag', $flag, $entity_id, $account);
}