You are here

service tempstore.private in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \tempstore.private
  2. 10 core/core.services.yml \tempstore.private

Class

Drupal\Core\TempStore\PrivateTempStoreFactory

Tags

  • 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

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\TempStore\PrivateTempStoreFactory
  2. arguments:
  3. - '@keyvalue.expirable'
  4. - '@lock'
  5. - '@current_user'
  6. - '@request_stack'
  7. - '%tempstore.expire%'
  8. tags:
  9. - { name: backend_overridable }