You are here

service tempstore.shared in Drupal 8

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

Class

Drupal\Core\TempStore\SharedTempStoreFactory

Tags

  • backend_overridable
2 string references to tempstore.shared
BreakLockForm::create in core/modules/views_ui/src/Form/BreakLockForm.php
Instantiates a new instance of this class.
ViewEditForm::create in core/modules/views_ui/src/ViewEditForm.php
Instantiates a new instance of this class.

File

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

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