public function MaestroNonInteractiveExampleTaskUninstallValidator::__construct in Maestro 8.2
Same name in this branch
- 8.2 modules/examples/maestro_noninteractive_task_plugin_example/src/MaestroNonInteractiveExampleTaskUninstallValidator.php \Drupal\maestro_noninteractive_task_plugin_example\MaestroNonInteractiveExampleTaskUninstallValidator::__construct()
- 8.2 modules/examples/maestro_noninteractive_task_plugin_example/src/ProxyClass/MaestroNonInteractiveExampleTaskUninstallValidator.php \Drupal\maestro_noninteractive_task_plugin_example\ProxyClass\MaestroNonInteractiveExampleTaskUninstallValidator::__construct()
Same name and namespace in other branches
- 3.x modules/examples/maestro_noninteractive_task_plugin_example/src/ProxyClass/MaestroNonInteractiveExampleTaskUninstallValidator.php \Drupal\maestro_noninteractive_task_plugin_example\ProxyClass\MaestroNonInteractiveExampleTaskUninstallValidator::__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_noninteractive_task_plugin_example/ src/ ProxyClass/ MaestroNonInteractiveExampleTaskUninstallValidator.php, line 49
Class
- MaestroNonInteractiveExampleTaskUninstallValidator
- Provides a proxy class for \Drupal\maestro_noninteractive_task_plugin_example\MaestroNonInteractiveExampleTaskUninstallValidator.
Namespace
Drupal\maestro_noninteractive_task_plugin_example\ProxyClassCode
public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, $drupal_proxy_original_service_id) {
$this->container = $container;
$this->drupalProxyOriginalServiceId = $drupal_proxy_original_service_id;
}