You are here

abstract public function FeedImportHashManager::protect in Feed Import 7.3

Protects a hash for updates

Parameters

integer $id: Hash id

1 method overrides FeedImportHashManager::protect()
FeedImportSQLHashes::protect in feed_import_base/inc/feed_import.inc
Protects a hash for updates

File

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

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Code

public abstract function protect($id);