function hook_variable_realm_params_alter in Variable 7
Alter the list of realm page parameters.
These parameters are used in settings forms, overriding realm keys by using special $_GET variables. The purpose of this hook is to allow other modules to set predefined realm keys for settings forms, like variable_realm_union.
1 function implements hook_variable_realm_params_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_params_alter in variable_realm_union/
variable_realm_union.module - Implements hook variable_realm_params_alter().
1 invocation of hook_variable_realm_params_alter()
- variable_realm_params in variable_realm/
variable_realm.module - Get realm parameters from query string.
File
- variable_realm/
variable_realm.api.php, line 107 - Documents hooks provided by Variable Realm API.
Code
function hook_variable_realm_params_alter(&$realm_params) {
}