You are here

public function FeedImportProcessor::setHashManager in Feed Import 8

Sets the hash manager

Parameters

FeedImportHashManager $hm: An instance of FeedImportHashManager

File

feed_import_base/src/FeedImportProcessor.php, line 340

Class

FeedImportProcessor
Class that processess the import.

Namespace

Drupal\feed_import_base

Code

public function setHashManager(FeedImportHashManager $hm) {
  $this->hashes = $hm;
  return TRUE;
}