/**
* {@inheritdoc}
*/
public function defineValueProcessPipeline(MigrationInterface
$migration,
$field_name,
$data) { $process =
[ 'plugin' => 'sub_process',
'source' =>
$field_name,
'process' =>
['target_id' =>
$this->
entityId()],
];
$migration->
setProcessOfProperty($field_name,
$process);
} /**
* {@inheritdoc}
*/
public function getFieldWidgetMap() { return [ $this->pluginId . '_select' => 'options_select',
$this->pluginId . '_buttons' => 'options_buttons',
$this->pluginId . '_autocomplete' => 'entity_reference_autocomplete_tags',
];
}