public function Variable::__toString

Converts the object to a string

Return value

string

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Variable.php, line 46

Class

Variable
Represents a variable.

Namespace

Symfony\Component\DependencyInjection

Code

public function __toString() {
  return $this->name;
}