You are here

function flag_actions_flag in Flag 5

Same name and namespace in other branches
  1. 6.2 flag_actions.module \flag_actions_flag()
  2. 6 flag_actions.module \flag_actions_flag()
  3. 7.2 flag_actions.module \flag_actions_flag()

Implementation of hook_flag(). Trigger actions if any are available.

File

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

Code

function flag_actions_flag($event, $flag, $content_id, $account) {
  flag_actions_do($event, $flag, $content_id, $account);
}