You are here

public function FeedImportSQLHashes::__construct in Feed Import 7.3

Constructor.

Overrides FeedImportHashManager::__construct

File

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

Class

FeedImportSQLHashes
This class implements SQL hash storage

Code

public function __construct($entity_name, $feed_machine_name) {
  $this->entity = $entity_name;
  $this->feedName = $feed_machine_name;
}