You are here

public function VendorStreamWrapperService::__construct in Vendor Stream Wrapper 8

Constructor.

File

src/Service/VendorStreamWrapperService.php, line 22

Class

VendorStreamWrapperService
Provides services for the Vendor Stream Wrapper module.

Namespace

Drupal\vendor_stream_wrapper\Service

Code

public function __construct(StreamWrapperManagerInterface $streamWrapperManager) {
  $this->streamWrapperService = $streamWrapperManager;
}