public function CourierChannelConverter::__construct in Courier 8
Same name in this branch
- 8 src/ParamConverter/CourierChannelConverter.php \Drupal\courier\ParamConverter\CourierChannelConverter::__construct()
- 8 src/ProxyClass/ParamConverter/CourierChannelConverter.php \Drupal\courier\ProxyClass\ParamConverter\CourierChannelConverter::__construct()
Same name and namespace in other branches
- 2.x src/ProxyClass/ParamConverter/CourierChannelConverter.php \Drupal\courier\ProxyClass\ParamConverter\CourierChannelConverter::__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/ ParamConverter/ CourierChannelConverter.php, line 52 - Contains \Drupal\courier\ProxyClass\ParamConverter\CourierChannelConverter.
Class
- CourierChannelConverter
- Provides a proxy class for \Drupal\courier\ParamConverter\CourierChannelConverter.
Namespace
Drupal\courier\ProxyClass\ParamConverterCode
public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container, $drupal_proxy_original_service_id) {
$this->container = $container;
$this->drupalProxyOriginalServiceId = $drupal_proxy_original_service_id;
}