Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. NodePreviewConverter.php

function NodePreviewConverter::__construct

Same name in this branch
  1. 11.1.x core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php \Drupal\node\ProxyClass\ParamConverter\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;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal