interface DumperInterface

Lazy proxy dumper capable of generating the instantiation logic php code for proxied services.

@author Marco Pivetta <ocramius@gmail.com>

Hierarchy

  • interface \Symfony\Component\DependencyInjection\LazyProxy\PhpDumper\DumperInterface

Expanded class hierarchy of DumperInterface

All classes that implement DumperInterface

1 file declares its use of DumperInterface

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php, line 22

Namespace

Symfony\Component\DependencyInjection\LazyProxy\PhpDumper
View source

Members

Namesort descending Modifiers Type Description Overrides
DumperInterface::getProxyCode public function Generates the code for the lazy proxy. 1
DumperInterface::getProxyFactoryCode public function Generates the code to be used to instantiate a proxy in the dumped factory code. 1
DumperInterface::isProxyCandidate public function Inspects whether the given definitions should produce proxy instantiation logic in the dumped container. 1