tempstore.private
Same name and namespace in other branches
- 9 core/core.services.yml \tempstore.private
- 8.9.x core/core.services.yml \tempstore.private
- 11.x core/core.services.yml \tempstore.private
Class
Drupal\Core\TempStore\PrivateTempStoreFactoryTags
- backend_overridable
3 string references to tempstore.private
- DeleteAction::create in core/
lib/ Drupal/ Core/ Action/ Plugin/ Action/ DeleteAction.php - Creates an instance of the plugin.
- DeleteMultipleForm::create in core/
lib/ Drupal/ Core/ Entity/ Form/ DeleteMultipleForm.php - Instantiates a new instance of this class.
- UnpublishByKeywordCommentTest::testCommentDefaultConfigActions in core/
modules/ action/ tests/ src/ Kernel/ UnpublishByKeywordCommentTest.php - Tests comment module's default config actions.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\TempStore\PrivateTempStoreFactory
- arguments:
- - '@keyvalue.expirable'
- - '@lock'
- - '@current_user'
- - '@request_stack'
- - '%tempstore.expire%'
- tags:
- - { name: backend_overridable }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.