X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2Fd6%2FCommentVariablePerCommentType.php;fp=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FPlugin%2Fmigrate%2Fsource%2Fd6%2FCommentVariablePerCommentType.php;h=03e95657e7c9fb55506d0cf43691c3ccab2e0406;hp=0eea68608cf3c4b82dbc317ffe875fc074ca9bb7;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php b/web/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php index 0eea68608..03e95657e 100644 --- a/web/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php +++ b/web/core/modules/comment/src/Plugin/migrate/source/d6/CommentVariablePerCommentType.php @@ -2,10 +2,16 @@ namespace Drupal\comment\Plugin\migrate\source\d6; +@trigger_error('CommentVariablePerCommentType is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d6\NodeType instead.', E_USER_DEPRECATED); + /** * @MigrateSource( - * id = "d6_comment_variable_per_comment_type" + * id = "d6_comment_variable_per_comment_type", + * source_module = "comment" * ) + * + * @deprecated in Drupal 8.4.x, to be removed before Drupal 9.0.x. Use + * \Drupal\node\Plugin\migrate\source\d6\NodeType instead. */ class CommentVariablePerCommentType extends CommentVariable {