public function DumperInterface::getProxyCode

Generates the code for the lazy proxy.

Parameters

Definition $definition:

Return value

string

1 method overrides DumperInterface::getProxyCode()
NullDumper::getProxyCode in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
Generates the code for the lazy proxy.

File

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

Class

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

Namespace

Symfony\Component\DependencyInjection\LazyProxy\PhpDumper

Code

public function getProxyCode(Definition $definition);