service node_preview in Drupal 10
Same name and namespace in other branches
- 8 core/modules/node/node.services.yml \node_preview
- 9 core/modules/node/node.services.yml \node_preview
Class
Drupal\node\ParamConverter\NodePreviewConverterTags
- paramconverter
16 string references to node_preview
- drupal6.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal6.php - A database agnostic dump for testing purposes.
- ModerationFormTest::testModerationForm in core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationFormTest.php - Tests the moderation form that shows on the latest version page.
- node.routing.yml in core/
modules/ node/ node.routing.yml - core/modules/node/node.routing.yml
- NodeForm::form in core/
modules/ node/ src/ NodeForm.php - Gets the actual form array to be built.
- NodeForm::preview in core/
modules/ node/ src/ NodeForm.php - Form submission handler for the 'preview' action.
File
- core/
modules/ node/ node.services.yml - core/modules/node/node.services.yml
View source
- class: Drupal\node\ParamConverter\NodePreviewConverter
- arguments:
- - '@tempstore.private'
- tags:
- - { name: paramconverter }
- lazy: true