You are here

function hook_flag_type_info_alter in Flag 7.3

Same name and namespace in other branches
  1. 8.4 flag.api.php \hook_flag_type_info_alter()

Alter flag type definitions provided by other modules.

This hook may be placed in a $module.flag.inc file.

Parameters

array $definitions: An array of flag definitions returned by hook_flag_type_info().

1 function implements hook_flag_type_info_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_type_info_alter in ./flag.flag.inc
Implements hook_flag_type_info_alter().
1 invocation of hook_flag_type_info_alter()
flag_fetch_definition in ./flag.module
Get a flag type definition.

File

./flag.api.php, line 52
Hooks provided by the Flag module.

Code

function hook_flag_type_info_alter(&$definitions) {
}