You are here

public function Comment::prepareComment in Drupal 9

Same name in this branch
  1. 9 core/modules/comment/src/Plugin/migrate/source/d6/Comment.php \Drupal\comment\Plugin\migrate\source\d6\Comment::prepareComment()
  2. 9 core/modules/comment/tests/modules/d6_comment_test/src/Plugin/migrate/source/d6/Comment.php \Drupal\d6_comment_test\Plugin\migrate\source\d6\Comment::prepareComment()

Allow access to protected method.

Overrides Comment::prepareComment

File

core/modules/comment/tests/modules/d6_comment_test/src/Plugin/migrate/source/d6/Comment.php, line 21

Class

Comment
Test source plugin for deprecation testing.

Namespace

Drupal\d6_comment_test\Plugin\migrate\source\d6

Code

public function prepareComment(Row $row) {
  return parent::prepareComment($row);
}