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=8eba728f7da953a8e1cdf558affec08290ac9d70;hp=bdb2879282f4d3778a94ca5a7ccb5c1968086937;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php b/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php index bdb287928..8eba728f7 100644 --- a/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php +++ b/web/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php @@ -2,9 +2,7 @@ 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. @@ -14,4 +12,4 @@ instead.', E_USER_DEPRECATED); * * @see https://www.drupal.org/node/2751897 */ -interface MigrateCckFieldPluginManagerInterface extends MigrateFieldPluginManagerInterface { } +interface MigrateCckFieldPluginManagerInterface extends MigrateFieldPluginManagerInterface {}