function Variable::__construct
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/TextUI/Configuration/Value/Variable.php \PHPUnit\TextUI\Configuration\Variable::__construct()
- 11.1.x vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Variable.php \PhpParser\Node\Expr\Variable::__construct()
- 11.1.x core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php \Drupal\migrate_drupal\Plugin\migrate\source\Variable::__construct()
File
-
vendor/
symfony/ dependency-injection/ Variable.php, line 29
Class
- Variable
- Represents a variable.
Namespace
Symfony\Component\DependencyInjectionCode
public function __construct(string $name) {
}