You are here

abstract public function FeedImportHashManager::updateCommit in Feed Import 7.3

Commits the update to storage.

1 method overrides FeedImportHashManager::updateCommit()
FeedImportSQLHashes::updateCommit in feed_import_base/inc/feed_import.inc
Commits the update to storage.

File

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

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Code

public abstract function updateCommit();