public function ProxyDumper::__construct in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/ProxyBuilder/ProxyDumper.php \Drupal\Component\ProxyBuilder\ProxyDumper::__construct()
File
- lib/
Drupal/ Component/ ProxyBuilder/ ProxyDumper.php, line 32 - Contains \Drupal\Component\ProxyBuilder\ProxyDumper.
Class
- ProxyDumper
- Dumps the proxy service into the dumped PHP container file.
Namespace
Drupal\Component\ProxyBuilderCode
public function __construct(ProxyBuilder $builder) {
$this->builder = $builder;
}