You are here

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

File

src/Controller/ReorderController.php, line 29

Class

ReorderController
Class ReorderController.

Namespace

Drupal\layout_paragraphs\Controller

Code

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