function hook_flag_javascript_info_alter in Flag 6.2
Same name and namespace in other branches
- 7.3 flag.api.php \hook_flag_javascript_info_alter()
- 7.2 flag.api.php \hook_flag_javascript_info_alter()
Alter the javascript structure that describes the flag operation.
Parameters
$flag: The full flag object.
$content_id: The ID of the node, comment, user or other object being flagged.
See also
1 invocation of hook_flag_javascript_info_alter()
- flag_build_javascript_info in ./
flag.module - Builds the JavaScript structure describing the flagging operation.
File
- ./
flag.api.php, line 250 - Hooks provided by the Flag module.
Code
function hook_flag_javascript_info_alter() {
}