Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. NullDumper.php

function NullDumper::getProxyFactoryCode

Overrides DumperInterface::getProxyFactoryCode

File

vendor/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php, line 30

Class

NullDumper
Null dumper, negates any proxy code generation for any given service definition.

Namespace

Symfony\Component\DependencyInjection\LazyProxy\PhpDumper

Code

public function getProxyFactoryCode(Definition $definition, string $id, string $factoryCode) : string {
    return '';
}
RSS feed
Powered by Drupal