You are here

public function FeedImportProcessor::setHashManager in Feed Import 7.3

Sets the hash manager

Parameters

FeedImportHashManager $hm: An instance of FeedImportHashManager

File

feed_import_base/inc/feed_import.inc, line 900
This file contains Feed Import helpers.

Class

FeedImportProcessor
Class that processess the import.

Code

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