You are here

public function FeedImportMergeField::overwriteEmpty in Feed Import 8

Remove field if is missing from source.

Return value

bool True to overwrite

1 method overrides FeedImportMergeField::overwriteEmpty()
FeedImportMergeOverwrite::overwriteEmpty in feed_import_base/src/FeedImportMergeOverwrite.php
Remove field if is missing from source.

File

feed_import_base/src/FeedImportMergeField.php, line 15

Class

FeedImportMergeField
Abstract class that helps merging fields on update.

Namespace

Drupal\feed_import_base

Code

public function overwriteEmpty() {
  return FALSE;
}