You are here

abstract public function FeedImportHashManager::insert in Feed Import 8

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/src/FeedImportSQLHashes.php
Inserts a new hash.

File

feed_import_base/src/FeedImportHashManager.php, line 42

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Namespace

Drupal\feed_import_base

Code

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