You are here

abstract public function FeedImportHashManager::hash in Feed Import 7.3

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/inc/feed_import.inc
Creates a hash, based on uniq Also adds it on generated hashes

File

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

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Code

public abstract function hash(&$uniq);