function NodePreviewConverter::__construct

Constructs a new NodePreviewConverter.

Parameters

\Drupal\Core\TempStore\PrivateTempStoreFactory $temp_store_factory: The factory for the temp store object.

File

core/modules/node/src/ParamConverter/NodePreviewConverter.php, line 27

Class

NodePreviewConverter
Provides upcasting for a node entity in preview.

Namespace

Drupal\node\ParamConverter

Code

public function __construct(PrivateTempStoreFactory $temp_store_factory) {
  $this->tempStoreFactory = $temp_store_factory;
}

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