You are here

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

File

src/Form/LayoutParagraphsBuilderForm.php, line 47

Class

LayoutParagraphsBuilderForm
Class LayoutParagraphsBuilderForm.

Namespace

Drupal\layout_paragraphs\Form

Code

public function __construct(LayoutParagraphsLayoutTempstoreRepository $tempstore) {
  $this->tempstore = $tempstore;
}