service tempstore.private in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \tempstore.private
- 10 core/core.services.yml \tempstore.private
Class
Drupal\Core\TempStore\PrivateTempStoreFactoryTags
- backend_overridable
15 string references to tempstore.private
- CancelUser::create in core/
modules/ user/ src/ Plugin/ Action/ CancelUser.php - Creates an instance of the plugin.
- 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.
- DeleteActionTest::testDeleteAction in core/
tests/ Drupal/ KernelTests/ Core/ Action/ DeleteActionTest.php - @covers \Drupal\Core\Action\Plugin\Action\DeleteAction::execute
File
- core/
core.services.yml - 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 }