function hook_flag_default_flags in Flag 7.2
Same name and namespace in other branches
- 6.2 flag.api.php \hook_flag_default_flags()
- 7.3 flag.api.php \hook_flag_default_flags()
Define default flags.
2 invocations of hook_flag_default_flags()
- flag_features_revert in includes/
flag.features.inc - Implements hook_features_revert().
- flag_get_default_flags in ./
flag.module - Retrieve a list of flags defined by modules.
File
- ./
flag.api.php, line 52 - Hooks provided by the Flag module.
Code
function hook_flag_default_flags() {
}