function Container::__construct
Same name in other branches
- 9 core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()
- 8.9.x core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()
- 10 core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()
- 11.x core/lib/Drupal/Component/DependencyInjection/Container.php \Drupal\Component\DependencyInjection\Container::__construct()
Parameters
Stub $stub:
Manifest $manifest:
File
-
misc/
typo3/ phar-stream-wrapper/ src/ Phar/ Container.php, line 30
Class
Namespace
TYPO3\PharStreamWrapper\PharCode
public function __construct(Stub $stub, Manifest $manifest) {
$this->stub = $stub;
$this->manifest = $manifest;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.