X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2Fmigrate%2FCckMigration.php;fp=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2Fmigrate%2FCckMigration.php;h=d608fb01914e6fc059d393854e798a6372d19705;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=082c05135eae052a82b7321c51895c9d74757193;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php index 082c05135..d608fb019 100644 --- a/web/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php +++ b/web/core/modules/migrate_drupal/src/Plugin/migrate/CckMigration.php @@ -2,15 +2,15 @@ namespace Drupal\migrate_drupal\Plugin\migrate; -@trigger_error('CckMigration is deprecated in Drupal 8.3.x and will be removed -before Drupal 9.0.x. Use \Drupal\migrate_drupal\Plugin\migrate\FieldMigration -instead.', E_USER_DEPRECATED); +@trigger_error('CckMigration is deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Plugin\migrate\FieldMigration instead.', E_USER_DEPRECATED); /** * Migration plugin class for migrations dealing with CCK field values. * * @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use * \Drupal\migrate_drupal\Plugin\migrate\FieldMigration instead. + * + * @see https://www.drupal.org/node/2751897 */ class CckMigration extends FieldMigration {