You are here

abstract public function FeedImportHashManager::insert in Feed Import 7.3

Inserts a new hash.

Parameters

integer $id: Entity id

mixed $hash: Unique hash coresponding to entity id

int $expire: Time to live

1 method overrides FeedImportHashManager::insert()
FeedImportSQLHashes::insert in feed_import_base/inc/feed_import.inc
Inserts a new hash.

File

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

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Code

public abstract function insert($id, $hash);