You are here

function hook_variable_type_info_alter in Variable 7.2

Alter the variable type definitions.

Parameters

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

See also

hook_variable_type_info()

File

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

Code

function hook_variable_type_info_alter(&$info) {
}