You are here

public function VariableRealmDefaultController::getTitle in Variable 7.2

Implementation of VariableRealmControllerInterface::getTitle().

Overrides VariableRealmControllerInterface::getTitle

File

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

Class

VariableRealmDefaultController
Base class, keeps static list of variables.

Code

public function getTitle() {
  return $this
    ->getInfo('title');
}