You are here

protected property AddSectionController::$layoutTempstoreRepository in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/layout_builder/src/Controller/AddSectionController.php \Drupal\layout_builder\Controller\AddSectionController::layoutTempstoreRepository
  2. 9 core/modules/layout_builder/src/Controller/AddSectionController.php \Drupal\layout_builder\Controller\AddSectionController::layoutTempstoreRepository

The layout tempstore repository.

Type: \Drupal\layout_builder\LayoutTempstoreRepositoryInterface

File

core/modules/layout_builder/src/Controller/AddSectionController.php, line 29

Class

AddSectionController
Defines a controller to add a new section.

Namespace

Drupal\layout_builder\Controller

Code

protected $layoutTempstoreRepository;