tempstore.private
Same name in other branches
- 8.9.x core/core.services.yml \tempstore.private
- 10 core/core.services.yml \tempstore.private
Class
Drupal\Core\TempStore\PrivateTempStoreFactoryTags
- backend_overridable
18 string references to tempstore.private
- CancelUser::create in core/
modules/ user/ src/ Plugin/ Action/ CancelUser.php - Creates an instance of the plugin.
- CommentActionsTest::testCommentDefaultConfigActions in core/
modules/ comment/ tests/ src/ Kernel/ CommentActionsTest.php - Tests comment module's default config actions.
- CommentAdminOverview::create in core/
modules/ comment/ src/ Form/ CommentAdminOverview.php - Instantiates a new instance of this class.
- CredentialForm::create in core/
modules/ migrate_drupal_ui/ src/ Form/ CredentialForm.php - Instantiates a new instance of this class.
- DeleteAction::create in core/
lib/ Drupal/ Core/ Action/ Plugin/ Action/ DeleteAction.php - Creates an instance of the plugin.
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.