function hook_flag_export_alter in Flag 7.3
Same name and namespace in other branches
- 7.2 flag.api.php \hook_flag_export_alter()
Alter a flag object that is being prepared for exporting.
Parameters
flag_flag $flag: The flag object.
See also
1 invocation of hook_flag_export_alter()
- flag_export_flags in includes/
flag.export.inc - Export a flag to code.
File
- ./
flag.api.php, line 394 - Hooks provided by the Flag module.
Code
function hook_flag_export_alter($flag) {
}