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