You are here

abstract public function FeedImportHashManager::get in Feed Import 8

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/src/FeedImportSQLHashes.php
Returns an array of entity keyed by hash, using generated hashes.

File

feed_import_base/src/FeedImportHashManager.php, line 30

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Namespace

Drupal\feed_import_base

Code

public abstract function get();