You are here

function hook_variable_info_alter in Variable 7.2

Alter the variable definitions.

Parameters

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

See also

hook_variable_info()

1 function implements hook_variable_info_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

translation_variable_info_alter in includes/translation.variable.inc
Implements hook_variable_info_alter().
1 invocation of hook_variable_info_alter()
variable_build_list_info in ./variable.inc
Build variable information

File

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

Code

function hook_variable_info_alter(&$info) {
}