You are here

protected property LayoutTempstoreRepository::$tempStoreFactory in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/layout_builder/src/LayoutTempstoreRepository.php \Drupal\layout_builder\LayoutTempstoreRepository::tempStoreFactory

The shared tempstore factory.

Type: \Drupal\Core\TempStore\SharedTempStoreFactory

File

core/modules/layout_builder/src/LayoutTempstoreRepository.php, line 17

Class

LayoutTempstoreRepository
Provides a mechanism for loading layouts from tempstore.

Namespace

Drupal\layout_builder

Code

protected $tempStoreFactory;