processCckFieldValues($migration, $field_name, $data); } /** * 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(). */ abstract public function processCckFieldValues(MigrationInterface $migration, $field_name, $data); }