Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Variable.php

function Variable::__toString

File

vendor/symfony/dependency-injection/Variable.php, line 34

Class

Variable
Represents a variable.

Namespace

Symfony\Component\DependencyInjection

Code

public function __toString() : string {
    return $this->name;
}
RSS feed
Powered by Drupal