You are here

public function FeedsYouTubeFetcherFeedForm::__construct in Feeds: YouTube Parser 8

Constructs a FeedsYouTubeFetcherFeedForm form object.

Parameters

\Drupal\Core\TempStore\PrivateTempStoreFactory $temp_store_factory: The tempstore factory.

File

src/Feeds/Fetcher/Form/FeedsYouTubeFetcherFeedForm.php, line 43

Class

FeedsYouTubeFetcherFeedForm
Provides a form on the feed edit page for the FeedsYouTubeFetcher.

Namespace

Drupal\feeds_youtube\Feeds\Fetcher\Form

Code

public function __construct(PrivateTempStoreFactory $temp_store_factory) {
  $this->privateTempStoreFactory = $temp_store_factory;
}