You are here

public function MaestroFormApprovalExampleUninstallValidator::__construct in Maestro 8.2

Same name in this branch
  1. 8.2 modules/examples/maestro_form_approval_example/src/MaestroFormApprovalExampleUninstallValidator.php \Drupal\maestro_form_approval_example\MaestroFormApprovalExampleUninstallValidator::__construct()
  2. 8.2 modules/examples/maestro_form_approval_example/src/ProxyClass/MaestroFormApprovalExampleUninstallValidator.php \Drupal\maestro_form_approval_example\ProxyClass\MaestroFormApprovalExampleUninstallValidator::__construct()
Same name and namespace in other branches
  1. 3.x modules/examples/maestro_form_approval_example/src/ProxyClass/MaestroFormApprovalExampleUninstallValidator.php \Drupal\maestro_form_approval_example\ProxyClass\MaestroFormApprovalExampleUninstallValidator::__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/examples/maestro_form_approval_example/src/ProxyClass/MaestroFormApprovalExampleUninstallValidator.php, line 49

Class

MaestroFormApprovalExampleUninstallValidator
Provides a proxy class for \Drupal\maestro_form_approval_example\MaestroFormApprovalExampleUninstallValidator.

Namespace

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