X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2FMigrateCckFieldPluginManagerInterface.php;h=8eba728f7da953a8e1cdf558affec08290ac9d70;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;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..8eba728f7 100644 --- a/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php +++ b/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php @@ -2,14 +2,14 @@ namespace Drupal\migrate_drupal\Plugin; -@trigger_error('MigrateCckFieldPluginManagerInterface is deprecated in Drupal 8.3.x -and will be removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Annotation\MigrateFieldPluginManagerInterface -instead.', E_USER_DEPRECATED); +@trigger_error('MigrateCckFieldPluginManagerInterface is deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Annotation\MigrateFieldPluginManagerInterface instead.', E_USER_DEPRECATED); /** * Provides an interface for cck field plugin manager. * * @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 { } +interface MigrateCckFieldPluginManagerInterface extends MigrateFieldPluginManagerInterface {}