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\ControllerCode
public function __construct(LayoutParagraphsLayoutTempstoreRepository $tempstore) {
$this->tempstore = $tempstore;
}