diff --git a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php b/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php index 2cf51edcae..915acc8825 100644 --- a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php +++ b/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php @@ -2,7 +2,7 @@ namespace Drupal\comment\Plugin\migrate\source\d6; -@trigger_error('CommentVariable is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\ModeType instead.', E_USER_DEPRECATED); +@trigger_error('CommentVariable is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.', E_USER_DEPRECATED); use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase; use Drupal\migrate\Plugin\migrate\source\DummyQueryTrait; diff --git a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php b/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php index bfdb39cf46..470bbab8c1 100644 --- a/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php +++ b/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php @@ -2,7 +2,7 @@ namespace Drupal\comment\Plugin\migrate\source\d6; -@trigger_error('CommentVariablePerCommentType is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\ModeType instead.', E_USER_DEPRECATED); +@trigger_error('CommentVariablePerCommentType is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.', E_USER_DEPRECATED); /** * @MigrateSource( diff --git a/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php b/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php index 6890c6dbb6..4be9b868d4 100644 --- a/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php +++ b/core/modules/comment/src/Plugin/migrate/source/d7/CommentType.php @@ -2,7 +2,7 @@ namespace Drupal\comment\Plugin\migrate\source\d7; -@trigger_error('CommentType is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d7\ModeType instead.', E_USER_DEPRECATED); +@trigger_error('CommentType is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d7\NodeType instead.', E_USER_DEPRECATED); use Drupal\comment\Plugin\Field\FieldType\CommentItemInterface; use Drupal\migrate\Row;