public static function FeedImportStaticHashManager::deleteByGroup in Feed Import 8
Deletes all hashes of specified group
Parameters
string $group: Group name
1 method overrides FeedImportStaticHashManager::deleteByGroup()
- FeedImportSQLHashes::deleteByGroup in feed_import_base/
src/ FeedImportSQLHashes.php - Deletes all hashes of specified group
File
- feed_import_base/
src/ FeedImportStaticHashManager.php, line 34
Class
- FeedImportStaticHashManager
- Static methods for hash manager
Namespace
Drupal\feed_import_baseCode
public static function deleteByGroup($group);