public function FeedImporter::getProtectFewerItems in Feed Import 8
Returns number to determine protection when source items is fewer.
Overrides FeedImporterInterface::getProtectFewerItems
File
- feed_import_base/
src/ Entity/ FeedImporter.php, line 146
Class
- FeedImporter
- Defines the Feed Importer entity.
Namespace
Drupal\feed_import_base\EntityCode
public function getProtectFewerItems() {
return $this->protect_on_fewer_items;
}