You are here

function hook_flag_link_type_info_alter in Flag 7.3

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

Alter other modules' definitions of flag link types.

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

Parameters

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

See also

flag_get_link_types()

hook_flag_link_type_info()

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

File

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

Code

function hook_flag_link_type_info_alter(&$link_types) {
}