Пример #1
0
 /**
  * Get the variable from the form scope.
  *
  * @param string $name
  *   Name of the variable
  *
  * @return mixed
  */
 public function get($name)
 {
     return $this->controller->get($name);
 }