You are here

function hook_flag_delete in Flag 7.3

Same name and namespace in other branches
  1. 6.2 flag.api.php \hook_flag_delete()
  2. 7.2 flag.api.php \hook_flag_delete()

Act on flag deletion.

This is invoked after all the flag database tables have had their relevant entries deleted.

Parameters

flag_flag $flag: The flag object that has been deleted.

1 invocation of hook_flag_delete()
flag_flag::delete in includes/flag/flag_flag.inc
Deletes a flag from the database.

File

./flag.api.php, line 343
Hooks provided by the Flag module.

Code

function hook_flag_delete($flag) {
}