You are here

public function ProxyDumper::__construct in Service Container 7

Same name and namespace in other branches
  1. 7.2 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\ProxyBuilder

Code

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