function Comment::prepareComment
Same name in this branch
- 9 core/modules/comment/src/Plugin/migrate/source/d6/Comment.php \Drupal\comment\Plugin\migrate\source\d6\Comment::prepareComment()
Same name in other branches
- 8.9.x core/modules/comment/src/Plugin/migrate/source/d6/Comment.php \Drupal\comment\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\d6Code
public function prepareComment(Row $row) {
return parent::prepareComment($row);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.