X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fmigrate_drupal%2Fsrc%2FPlugin%2Fmigrate%2Fcckfield%2FCckFieldPluginBase.php;h=80ad6fa50763f7db8846572d0217c08c917e0870;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=220c8bbd6c44fb791334fb80a589becb7098cf0f;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;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 220c8bbd6..80ad6fa50 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 @@ -21,16 +21,9 @@ use Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface; abstract class CckFieldPluginBase extends FieldPluginBase implements MigrateCckFieldInterface { /** - * Apply any custom processing to the field bundle migrations. - * - * @param \Drupal\migrate\Plugin\MigrationInterface $migration - * The migration entity. - * @param string $field_name - * The field name we're processing the value for. - * @param array $data - * The array of field data from FieldValues::fieldData(). + * {@inheritdoc} */ - public function processFieldValues(MigrationInterface $migration, $field_name, $data) { + public function defineValueProcessPipeline(MigrationInterface $migration, $field_name, $data) { // Provide a bridge to the old method declared on the interface and now an // abstract method in this class. return $this->processCckFieldValues($migration, $field_name, $data);