You are here

function hook_flag_default_flags in Flag 6.2

Same name and namespace in other branches
  1. 7.3 flag.api.php \hook_flag_default_flags()
  2. 7.2 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() {
}