You are here

function hook_variable_realm_enable in Variable 7.2

Allow other modules to act when enabling a realm.

This hook is invoked right after the realm controller is enabled and it may have a valid key already set or it may be FALSE.

Parameters

$realm_name: Realm that is switched.

$realm_key: New realm key.

File

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

Code

function hook_variable_realm_enable($realm_name, $realm_key) {
}