@@ -53,49 +53,6 @@ public function prepareRow(Row $row) {
returnparent::prepareRow($row);
}
/**
* Provides a BC layer for deprecated sources.
*
* @param \Drupal\migrate\Row $row
* The row from the source to process.
*
* @return \Drupal\migrate\Row
* The row object.
*
* @throws \Exception
* Passing a Row with a frozen source to this method will trigger an
* \Exception when attempting to set the source properties.
*
* @deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. No direct
* replacement is provided.
*
* @see https://www.drupal.org/node/3221964
*/
protectedfunctionprepareComment(Row$row){
@trigger_error(__METHOD__.'() is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. No direct replacement is provided. See https://www.drupal.org/node/3221964',E_USER_DEPRECATED);
$this->expectDeprecation('Drupal\comment\Plugin\migrate\source\d6\Comment::prepareComment() is deprecated in drupal:9.3.0 and is removed from drupal:10.0.0. No direct replacement is provided. See https://www.drupal.org/node/3221964');