You are here

protected function DeleteComponentForm::__construct in Layout Paragraphs 2.0.x

File

src/Form/DeleteComponentForm.php, line 41

Class

DeleteComponentForm
Class DeleteComponentForm.

Namespace

Drupal\layout_paragraphs\Form

Code

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