You are here

protected property NodePreviewConverter::$tempStoreFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/node/src/ParamConverter/NodePreviewConverter.php \Drupal\node\ParamConverter\NodePreviewConverter::tempStoreFactory

Stores the tempstore factory.

Type: \Drupal\user\PrivateTempStoreFactory

File

core/modules/node/src/ParamConverter/NodePreviewConverter.php, line 24
Contains \Drupal\node\ParamConverter\NodePreviewConverter.

Class

NodePreviewConverter
Provides upcasting for a node entity in preview.

Namespace

Drupal\node\ParamConverter

Code

protected $tempStoreFactory;