You are here

public function VariableRealmDefaultController::getParentRealms in Variable 7.2

Implementation of VariableRealmControllerInterface::getParentRealms().

Overrides VariableRealmControllerInterface::getParentRealms

1 method overrides VariableRealmDefaultController::getParentRealms()
VariableRealmUnionController::getParentRealms in variable_realm/variable_realm_union.class.inc
Implementation of VariableRealmControllerInterface::getParentRealms().

File

variable_realm/variable_realm.class.inc, line 347
Variable realm controller

Class

VariableRealmDefaultController
Base class, keeps static list of variables.

Code

public function getParentRealms() {
  return array();
}