You are here

abstract public function FeedImportHashManager::get in Feed Import 7.3

Returns an array of entity keyed by hash, using generated hashes.

Return value

array An array containing entity ids keyed by hash.

1 method overrides FeedImportHashManager::get()
FeedImportSQLHashes::get in feed_import_base/inc/feed_import.inc
Returns an array of entity keyed by hash, using generated hashes.

File

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

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Code

public abstract function get();