public function FeedImportSQLHashes::__construct in Feed Import 8
Constructor.
Overrides FeedImportHashManager::__construct
File
- feed_import_base/
src/ FeedImportSQLHashes.php, line 33
Class
- FeedImportSQLHashes
- This class implements SQL hash storage
Namespace
Drupal\feed_import_baseCode
public function __construct($entity_name, $feed_machine_name) {
$this->entity = $entity_name;
$this->feedName = $feed_machine_name;
}