You are here

function hook_variable_group_info_alter in Variable 7.2

Alter the variable group definitions.

Parameters

$info: The variable type info array, keyed by variable group name.

See also

hook_variable_group_info()

File

./variable.api.php, line 236
Hooks provided by the Variable module.

Code

function hook_variable_group_info_alter(&$info) {
}