You are here

function hook_variable_realm_variable_list_alter in Variable 7

Alter the list of variables configurable for a realm before the list is saved to the database (in a variable).

Parameters

$variables: Array of variable names.

$realm_name: The name of the realm we are changing the list for.

1 invocation of hook_variable_realm_variable_list_alter()
variable_realm_select_variables_form_submit in variable_realm/variable_realm.form.inc
Select variables for realm.

File

variable_realm/variable_realm.api.php, line 119
Documents hooks provided by Variable Realm API.

Code

function hook_variable_realm_variable_list_alter(&$variables, $realm_name) {
}