From c4707d61392bda2b0c8ec7c045b148dbf8811ef8 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Mon, 1 May 2017 17:51:02 +0100 Subject: [PATCH] Issue #2873734 by morseCode, edwdeapri, jhood, NoahWolfe: Add Change record to @deprecated for MigrateCckFieldInterface --- .../migrate_drupal/src/Plugin/MigrateCckFieldInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php b/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php index c64738f56342..49f41a3817ba 100644 --- a/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php +++ b/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php @@ -13,6 +13,8 @@ * * @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use * \Drupal\migrate_drupal\Annotation\MigrateField instead. + * + * @see https://www.drupal.org/node/2751897 */ interface MigrateCckFieldInterface extends MigrateFieldInterface { -- GitLab