You are here

public function LayoutParagraphsLayoutTempstoreRepository::__construct in Layout Paragraphs 2.0.x

LayoutTempstoreRepository constructor.

Parameters

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

File

src/LayoutParagraphsLayoutTempstoreRepository.php, line 25

Class

LayoutParagraphsLayoutTempstoreRepository
Layout Paragraphs Layout Tempstore Repository class definition.

Namespace

Drupal\layout_paragraphs

Code

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