You are here

public function VariableRealmUnionController::getParentRealms in Variable 7.2

Implementation of VariableRealmControllerInterface::getParentRealms().

Overrides VariableRealmDefaultController::getParentRealms

1 call to VariableRealmUnionController::getParentRealms()
VariableRealmUnionController::__construct in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmControllerInterface::__construct().

File

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

Class

VariableRealmUnionController
Default Realm Union class

Code

public function getParentRealms() {
  return $this
    ->getInfo('union', array());
}