function hook_variable_realm_info_alter in Variable 7
Alter variable realm information provided by modules.
See also
1 function implements hook_variable_realm_info_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- variable_realm_union_variable_realm_info_alter in variable_realm_union/
variable_realm_union.variable.inc - Implements hook_variable_realm_info_alter();
1 invocation of hook_variable_realm_info_alter()
- variable_realm_info in variable_realm/
variable_realm.module - Get information about variable realms.
File
- variable_realm/
variable_realm.api.php, line 83 - Documents hooks provided by Variable Realm API.
Code
function hook_variable_realm_info_alter(&$realms) {
}