Overrides ProcessPluginBase::transform
public function transform($value, MigrateExecutableInterface $migrate_executable, Row $row, $destination_property) { $target_bundle = []; $vid = $row->get('@_vid'); $target_bundle[$vid] = $vid; return $target_bundle; }