X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2Fmigrate%2Fcckfield%2FCckFieldPluginBase.php;h=220c8bbd6c44fb791334fb80a589becb7098cf0f;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=79a65a7b733073843f51e4c389b968c74ed70982;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php b/web/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php index 79a65a7b7..220c8bbd6 100644 --- a/web/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php +++ b/web/core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php @@ -2,22 +2,23 @@ namespace Drupal\migrate_drupal\Plugin\migrate\cckfield; -@trigger_error('CckFieldPluginBase is deprecated in Drupal 8.3.x and will be -be removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase -instead.', E_USER_DEPRECATED); +@trigger_error('CckFieldPluginBase is deprecated in Drupal 8.3.x and will be be removed before Drupal 9.0.x. Use \Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase instead.', E_USER_DEPRECATED); use Drupal\migrate\Plugin\MigrationInterface; use Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase; +use Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface; /** * The base class for all field plugins. * - * @deprecated in Drupal 8.3.x, to be removed before Drupal 9.0.x. Use + * @deprecated in Drupal 8.4.x, to be removed before Drupal 9.0.x. Use * \Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase instead. * + * @see https://www.drupal.org/node/2751897 + * * @ingroup migration */ -abstract class CckFieldPluginBase extends FieldPluginBase { +abstract class CckFieldPluginBase extends FieldPluginBase implements MigrateCckFieldInterface { /** * Apply any custom processing to the field bundle migrations.