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

Breadcrumb

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

function GenerateProxyClassApplication::__construct

Constructs a new GenerateProxyClassApplication instance.

Parameters

\Drupal\Component\ProxyBuilder\ProxyBuilder $proxy_builder: The proxy builder.

Overrides Application::__construct

File

core/lib/Drupal/Core/Command/GenerateProxyClassApplication.php, line 31

Class

GenerateProxyClassApplication
Provides a console command to generate proxy classes.

Namespace

Drupal\Core\Command

Code

public function __construct(ProxyBuilder $proxy_builder) {
    $this->proxyBuilder = $proxy_builder;
    parent::__construct();
}
RSS feed
Powered by Drupal