You are here

protected function VariableRealmUnionController::invokeUnionRealms in Variable 7.2

Invoke function on all realms.

5 calls to VariableRealmUnionController::invokeUnionRealms()
VariableRealmUnionController::getAllKeys in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmControllerInterface::getAllKeys().
VariableRealmUnionController::getAvailableVariables in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmControllerInterface::getAvailableVariables().
VariableRealmUnionController::getDefaultKey in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmControllerInterface::getDefaultKey().
VariableRealmUnionController::getEnabledVariables in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmControllerInterface::getEnabledVariables().
VariableRealmUnionController::getRequestKey in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmControllerInterface::getRequestKey().

File

variable_realm/variable_realm_union.class.inc, line 132
Classes for Realm Union.

Class

VariableRealmUnionController
Default Realm Union class

Code

protected function invokeUnionRealms($method) {
  return _variable_realm_invoke($this
    ->getUnionRealms(), $method);
}