X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate%2Fsrc%2FPlugin%2Fmigrate%2Fprocess%2FDedupeEntity.php;h=e635918839f3f054d4f348932c84f0789cf6e9a7;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=afa31455d4d8d49e405187e596f261c916c84608;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php b/web/core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php index afa31455d..e63591883 100644 --- a/web/core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php +++ b/web/core/modules/migrate/src/Plugin/migrate/process/DedupeEntity.php @@ -19,5 +19,7 @@ Drupal 8.4.x and will be removed before Drupal 9.0.0. Instead, use ' . __NAMESPA * * @deprecated in Drupal 8.4.x and will be removed in Drupal 9.0.x. Use * \Drupal\migrate\Plugin\migrate\process\MakeUniqueEntityField instead. + * + * @see https://www.drupal.org/node/2873762 */ -class DedupeEntity extends MakeUniqueEntityField { } +class DedupeEntity extends MakeUniqueEntityField {}