You are here

function hook_flag_link_types_alter in Flag 7.2

Same name and namespace in other branches
  1. 6.2 flag.api.php \hook_flag_link_types_alter()

Alter other modules' definitions of flag link types.

Parameters

$link_types: An array of the link types defined by all modules.

See also

flag_get_link_types()

hook_flag_link_types()

1 invocation of hook_flag_link_types_alter()
flag_get_link_types in ./flag.module
Return an array of link types provided by modules.

File

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

Code

function hook_flag_link_types_alter(&$link_types) {
}