You are here

public function VariableRealmDefaultController::getVariableName in Variable 7.2

Implementation of VariableRealmControllerInterface::getVariableName().

Overrides VariableRealmControllerInterface::getVariableName

File

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

Class

VariableRealmDefaultController
Base class, keeps static list of variables.

Code

public function getVariableName() {
  return $this
    ->getInfo('variable name');
}