tempstore.shared
Same name in other branches
- 8.9.x core/core.services.yml \tempstore.shared
- 10 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
View source
- class: Drupal\Core\TempStore\SharedTempStoreFactory
- arguments:
- - '@keyvalue.expirable'
- - '@lock'
- - '@request_stack'
- - '@current_user'
- - '%tempstore.expire%'
- tags:
- - { name: backend_overridable }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.