You are here

protected property ProxyDumper::$buildClasses in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Component/ProxyBuilder/ProxyDumper.php \Drupal\Component\ProxyBuilder\ProxyDumper::buildClasses

Keeps track of already existing proxy classes.

Type: array

File

lib/Drupal/Component/ProxyBuilder/ProxyDumper.php, line 23
Contains \Drupal\Component\ProxyBuilder\ProxyDumper.

Class

ProxyDumper
Dumps the proxy service into the dumped PHP container file.

Namespace

Drupal\Component\ProxyBuilder

Code

protected $buildClasses = [];