X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2FMigrateCckFieldPluginManagerInterface.php;h=bdb2879282f4d3778a94ca5a7ccb5c1968086937;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hp=3d88d777b7edb1e307a5953d7dcaf7f2eb37afd0;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website 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 { }