Generates the code for the lazy proxy.
Parameters
Definition $definition:
Return value
string
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);