'entity_reference_label', ]; } /** * {@inheritdoc} */ public function defineValueProcessPipeline(MigrationInterface $migration, $field_name, $data) { $process = [ 'plugin' => 'sub_process', 'source' => $field_name, 'process' => [ 'target_id' => 'tid', ], ]; $migration->setProcessOfProperty($field_name, $process); } }