service tempstore.shared in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \tempstore.shared
Class
Drupal\Core\TempStore\SharedTempStoreFactoryTags
- backend_overridable
2 string references to tempstore.shared
- BreakLockForm::create in core/
modules/ views_ui/ src/ Form/ BreakLockForm.php - Instantiates a new instance of this class.
- ViewEditForm::create in core/
modules/ views_ui/ src/ ViewEditForm.php - Instantiates a new instance of this class.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\TempStore\SharedTempStoreFactory
- arguments:
- - '@keyvalue.expirable'
- - '@lock'
- - '@request_stack'
- - '%tempstore.expire%'
- tags:
- - { name: backend_overridable }