X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2FMigrateCckFieldPluginManagerInterface.php;fp=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2FMigrateCckFieldPluginManagerInterface.php;h=bdb2879282f4d3778a94ca5a7ccb5c1968086937;hp=3d88d777b7edb1e307a5953d7dcaf7f2eb37afd0;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php b/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php index 3d88d777b..bdb287928 100644 --- a/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php +++ b/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php @@ -11,5 +11,7 @@ instead.', E_USER_DEPRECATED); * * @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use * \Drupal\migrate_drupal\Plugin\MigrateFieldPluginManagerInterface instead. + * + * @see https://www.drupal.org/node/2751897 */ interface MigrateCckFieldPluginManagerInterface extends MigrateFieldPluginManagerInterface { }