You are here

service layout_builder.tempstore_repository in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/layout_builder.services.yml \layout_builder.tempstore_repository
  2. 10 core/modules/layout_builder/layout_builder.services.yml \layout_builder.tempstore_repository

Class

Drupal\layout_builder\LayoutTempstoreRepository
12 string references to layout_builder.tempstore_repository
AddSectionController::create in core/modules/layout_builder/src/Controller/AddSectionController.php
Instantiates a new instance of this class.
ConfigureBlockFormBase::create in core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
Instantiates a new instance of this class.
ConfigureSectionForm::create in core/modules/layout_builder/src/Form/ConfigureSectionForm.php
Instantiates a new instance of this class.
DefaultsEntityForm::create in core/modules/layout_builder/src/Form/DefaultsEntityForm.php
Instantiates a new instance of this class.
DiscardLayoutChangesForm::create in core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php
Instantiates a new instance of this class.

... See full list

File

core/modules/layout_builder/layout_builder.services.yml
core/modules/layout_builder/layout_builder.services.yml

View source
  1. class: Drupal\layout_builder\LayoutTempstoreRepository
  2. arguments:
  3. - '@tempstore.shared'