tempstore.private

Same name and namespace in other branches
  1. 9 core/core.services.yml \tempstore.private
  2. 8.9.x core/core.services.yml \tempstore.private
  3. 11.x core/core.services.yml \tempstore.private

Class

Drupal\Core\TempStore\PrivateTempStoreFactory

Tags

  • 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
  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 }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.