You are here

public function DirectoryFetcherForm::__construct in Feeds 8.3

Constructs a DirectoryFetcherForm object.

Parameters

\Drupal\Core\StreamWrapper\StreamWrapperManager $stream_wrapper_manager: The stream wrapper manager.

File

src/Feeds/Fetcher/Form/DirectoryFetcherForm.php, line 31

Class

DirectoryFetcherForm
Defines a directory fetcher.

Namespace

Drupal\feeds\Feeds\Fetcher\Form

Code

public function __construct(StreamWrapperManager $stream_wrapper_manager) {
  $this->streamWrapperManager = $stream_wrapper_manager;
}