public function Variable::__construct in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/dependency-injection/Variable.php \Symfony\Component\DependencyInjection\Variable::__construct()
- 8 core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php \Drupal\migrate_drupal\Plugin\migrate\source\Variable::__construct()
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Variable.php \Symfony\Component\DependencyInjection\Variable::__construct()
Constructor.
Parameters
string $name:
File
- vendor/
symfony/ dependency-injection/ Variable.php, line 36
Class
- Variable
- Represents a variable.
Namespace
Symfony\Component\DependencyInjectionCode
public function __construct($name) {
$this->name = $name;
}