service tempstore.shared in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \tempstore.shared
- 9 core/core.services.yml \tempstore.shared
Class
Drupal\Core\TempStore\SharedTempStoreFactoryTags
- backend_overridable
5 string references to tempstore.shared
- BreakLockForm::create in core/
modules/ views_ui/ src/ Form/ BreakLockForm.php - CachedDataUITest::testCacheData in core/
modules/ views_ui/ tests/ src/ Functional/ CachedDataUITest.php - Tests the shared tempstore views data in the UI.
- View::postDelete in core/
modules/ views/ src/ Entity/ View.php - Acts on deleted entities before the delete hook is invoked.
- ViewEditForm::create in core/
modules/ views_ui/ src/ ViewEditForm.php - ViewUI::cacheSet in core/
modules/ views_ui/ src/ ViewUI.php - Sets a cached view object in the shared tempstore.
File
- core/
core.services.yml - 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 }