You are here

function hook_flag_definitions_alter in Flag 6.2

Same name and namespace in other branches
  1. 7.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 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) {
}