You are here

public function WebformNodeUninstallValidator::__construct in Webform 6.x

Same name in this branch
  1. 6.x modules/webform_node/src/WebformNodeUninstallValidator.php \Drupal\webform_node\WebformNodeUninstallValidator::__construct()
  2. 6.x modules/webform_node/src/ProxyClass/WebformNodeUninstallValidator.php \Drupal\webform_node\ProxyClass\WebformNodeUninstallValidator::__construct()
Same name and namespace in other branches
  1. 8.5 modules/webform_node/src/ProxyClass/WebformNodeUninstallValidator.php \Drupal\webform_node\ProxyClass\WebformNodeUninstallValidator::__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

modules/webform_node/src/ProxyClass/WebformNodeUninstallValidator.php, line 49

Class

WebformNodeUninstallValidator
Provides a proxy class for \Drupal\webform_node\WebformNodeUninstallValidator.

Namespace

Drupal\webform_node\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;
}