diff --git a/core/modules/link/src/Plugin/migrate/process/d6/CckLink.php b/core/modules/link/src/Plugin/migrate/process/d6/CckLink.php index 4180ee4..d1e9be3 100644 --- a/core/modules/link/src/Plugin/migrate/process/d6/CckLink.php +++ b/core/modules/link/src/Plugin/migrate/process/d6/CckLink.php @@ -6,5 +6,8 @@ * @MigrateProcessPlugin( * id = "d6_cck_link" * ) + * + * @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use + * \Drupal\link\Plugin\migrate\process\d6\FieldLink instead. */ class CckLink extends FieldLink { } diff --git a/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php b/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php index 79f7bc3..d7873e3 100644 --- a/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php +++ b/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php @@ -10,7 +10,7 @@ * Deprecated: Defines a cckfield plugin annotation object. * * @deprecated in Drupal 8.2.x, to be removed before Drupal 9.0.x. Use - * \Drupal\migrate_drupal\Annotation\MigrateField instead. + * \Drupal\migrate_drupal\Annotation\MigrateField instead. * * Plugin Namespace: Plugin\migrate\cckfield * diff --git a/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php b/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php index 8f5760c..ca4b531 100644 --- a/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php +++ b/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php @@ -5,7 +5,7 @@ /** * Migration plugin class for migrations dealing with CCK field values. * - * @deprecated in Drupal 8.2.x, to be removed before Drupal 9.0.x. Use + * @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use * \Drupal\migrate_drupal\Plugin\migrate\FieldMigration instead. */ class CckMigration extends FieldMigration {