You are here

public function Variable::__construct in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/dependency-injection/Variable.php \Symfony\Component\DependencyInjection\Variable::__construct()
  2. 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
  1. 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\DependencyInjection

Code

public function __construct($name) {
  $this->name = $name;
}