You are here

abstract public function FeedImportHashManager::protect in Feed Import 8

Protects a hash for updates

Parameters

integer $id: Hash id

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

File

feed_import_base/src/FeedImportHashManager.php, line 65

Class

FeedImportHashManager
Class which provides methods to manage hashes.

Namespace

Drupal\feed_import_base

Code

public abstract function protect($id);