You are here

12 string references to 'comment_preview' in Drupal 10

CommentForm::actions in core/modules/comment/src/CommentForm.php
Returns an array of supported actions for the current entity form.
CommentForm::form in core/modules/comment/src/CommentForm.php
Gets the actual form array to be built.
CommentForm::preview in core/modules/comment/src/CommentForm.php
Form submission handler for the 'preview' action.
CommentType::getCommentFields in core/modules/comment/src/Plugin/migrate/source/CommentType.php
Returns the fields containing comment settings for each node type.
CommentTypeTest::providerSource in core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php
The data provider.
d6_comment_field_instance.yml in core/modules/comment/migrations/d6_comment_field_instance.yml
core/modules/comment/migrations/d6_comment_field_instance.yml
d7_comment_field_instance.yml in core/modules/comment/migrations/d7_comment_field_instance.yml
core/modules/comment/migrations/d7_comment_field_instance.yml
MigrateCommentTypeTest::testMigration in core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php
Tests the migrated comment types.
NodeType::getCommentFields in core/modules/node/src/Plugin/migrate/source/d6/NodeType.php
Returns the fields containing comment settings for each node type.
NodeType::getCommentFields in core/modules/node/src/Plugin/migrate/source/d7/NodeType.php
Returns the fields containing comment settings for each node type.
NodeTypeTest::providerSource in core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php
The data provider.
NodeTypeTest::providerSource in core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php
The data provider.