Provides upcasting for a node entity in preview.
Hierarchy
- class \Drupal\node\ParamConverter\NodePreviewConverter implements ParamConverterInterface
File
- core/modules/node/src/ParamConverter/NodePreviewConverter.php, line 12
Namespace
Drupal\node\ParamConverter
Members
Name | Modifiers | Type | Description |
---|---|---|---|
NodePreviewConverter::$tempStoreFactory | protected | property | Stores the tempstore factory. |
NodePreviewConverter::applies | public | function | Determines if the converter applies to a specific route and variable. Overrides ParamConverterInterface::applies |
NodePreviewConverter::convert | public | function | Converts path variables to their corresponding objects. Overrides ParamConverterInterface::convert |
NodePreviewConverter::__construct | public | function | Constructs a new NodePreviewConverter. |
Please login to continue.