You are here

function hook_variable_realm_rebuild in Variable 7.2

Allow other modules to act when rebuilding the configuration.

This hook is invoked before the global variables are rebuilt using the active realms.

File

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

Code

function hook_variable_realm_rebuild() {
}