You are here

public function DepthUninstallValidator::__construct in Taxonomy Term Depth 8.2

Same name in this branch
  1. 8.2 src/DepthUninstallValidator.php \Drupal\taxonomy_term_depth\DepthUninstallValidator::__construct()
  2. 8.2 src/ProxyClass/DepthUninstallValidator.php \Drupal\taxonomy_term_depth\ProxyClass\DepthUninstallValidator::__construct()

Constructs a ProxyClass Drupal proxy object.

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container: The container.

string $drupal_proxy_original_service_id: The service ID of the original service.

File

src/ProxyClass/DepthUninstallValidator.php, line 51

Class

DepthUninstallValidator
Provides a proxy class for \Drupal\taxonomy_term_depth\DepthUninstallValidator.

Namespace

Drupal\taxonomy_term_depth\ProxyClass

Code

public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, $drupal_proxy_original_service_id) {
  $this->container = $container;
  $this->drupalProxyOriginalServiceId = $drupal_proxy_original_service_id;
}