You are here

protected function VariableRealmUnionController::isUnionRealm in Variable 7.2

Check whether a realm belongs to the union realms.

2 calls to VariableRealmUnionController::isUnionRealm()
VariableRealmUnionController::variableRealmEnable in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmHooks::variableRealmEnable()
VariableRealmUnionController::variableRealmSwitch in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmHooks::variableRealmSwitch()

File

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

Class

VariableRealmUnionController
Default Realm Union class

Code

protected function isUnionRealm($realm_name) {
  return isset($this->union_realms[$realm_name]);
}