You are here

abstract public function FeedImportHashManager::hash in Feed Import 8

Creates a hash, based on uniq Also adds it on generated hashes

Parameters

mixed $uniq: Unique identifier.

Return value

string A hash for specified identifier.

1 method overrides FeedImportHashManager::hash()
FeedImportSQLHashes::hash in feed_import_base/src/FeedImportSQLHashes.php
Creates a hash, based on uniq Also adds it on generated hashes

File

feed_import_base/src/FeedImportHashManager.php, line 82

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Namespace

Drupal\feed_import_base

Code

public abstract function hash(&$uniq);