Inspects whether the given definitions should produce proxy instantiation logic in the dumped container.
Parameters
Definition $definition:
Return value
bool
File
- drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php, line 31
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 isProxyCandidate(Definition $definition);