function hook_flag_definitions_alter in Flag 7.2
Same name and namespace in other branches
- 6.2 flag.api.php \hook_flag_definitions_alter()
Alter flag type definitions provided by other modules.
Parameters
$definitions: An array of flag definitions returned by hook_flag_definitions().
1 function implements hook_flag_definitions_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- flag_flag_definitions_alter in ./
flag.inc - Implements hook_flag_definitions_alter().
1 invocation of hook_flag_definitions_alter()
- flag_fetch_definition in ./
flag.inc - Returns a flag definition.
File
- ./
flag.api.php, line 45 - Hooks provided by the Flag module.
Code
function hook_flag_definitions_alter(&$definitions) {
}