service user.tempstore

Class

Drupal\user\TempStoreFactory
7 string references to user.tempstore
BreakLockForm::create in drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/BreakLockForm.php
Instantiates a new instance of this controller.
CancelUser::create in drupal/core/modules/user/lib/Drupal/user/Plugin/Action/CancelUser.php
Creates an instance of the plugin.
DeleteMultiple::create in drupal/core/modules/node/lib/Drupal/node/Form/DeleteMultiple.php
Instantiates a new instance of this controller.
DeleteNode::create in drupal/core/modules/node/lib/Drupal/node/Plugin/Action/DeleteNode.php
Creates an instance of the plugin.
ViewEditFormController::createInstance in drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Instantiates a new instance of this entity controller.

... See full list

File

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

View source
  1. class: Drupal\user\TempStoreFactory
  2. arguments:
  3. - '@database'
  4. - '@lock'