You are here

abstract public function FeedImportHashManager::insertCommit in Feed Import 7.3

Commits the insert to storage.

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

File

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

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Code

public abstract function insertCommit();