public function DumperInterface::isProxyCandidate

Inspects whether the given definitions should produce proxy instantiation logic in the dumped container.

Parameters

Definition $definition:

Return value

bool

1 method overrides DumperInterface::isProxyCandidate()
NullDumper::isProxyCandidate in drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
Inspects whether the given definitions should produce proxy instantiation logic in the dumped container.

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);