public function VariableRealmHooks::variableRealmEnable in Variable 7.2
Callback function that will be invoked when a realm is enabled.
1 method overrides VariableRealmHooks::variableRealmEnable()
- VariableRealmUnionController::variableRealmEnable in variable_realm/
variable_realm_union.class.inc - Implementation of VariableRealmHooks::variableRealmEnable()
File
- variable_realm/
variable_realm.class.inc, line 139 - Variable realm controller
Class
- VariableRealmHooks
- Variable Realm Hooks.
Code
public function variableRealmEnable($realm_name, $realm_key);