You are here

public static function FeedImportStaticHashManager::deleteByFeed in Feed Import 7.3

Deletes all hashes for specified feed name

Parameters

string $name: Feed machine name

1 method overrides FeedImportStaticHashManager::deleteByFeed()
FeedImportSQLHashes::deleteByFeed in feed_import_base/inc/feed_import.inc
Deletes all hashes for specified feed name

File

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

Class

FeedImportStaticHashManager
Static methods for hash manager

Code

public static function deleteByFeed($name);