You are here

public static function FeedImportStaticHashManager::deleteByGroup in Feed Import 7.3

Deletes all hashes of specified group

Parameters

string $group: Group name

1 method overrides FeedImportStaticHashManager::deleteByGroup()
FeedImportSQLHashes::deleteByGroup in feed_import_base/inc/feed_import.inc
Deletes all hashes of specified group

File

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

Class

FeedImportStaticHashManager
Static methods for hash manager

Code

public static function deleteByGroup($group);