You are here

abstract public function FeedImportHashManager::__construct in Feed Import 7.3

Constructor.

1 method overrides FeedImportHashManager::__construct()
FeedImportSQLHashes::__construct in feed_import_base/inc/feed_import.inc
Constructor.

File

feed_import_base/inc/feed_import_abstract.inc, line 435
This file contains abstract classes and interfaces for feed import.

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Code

public abstract function __construct($entity_name, $feed_machine_name);