abstract public function FeedImportHashManager::__construct in Feed Import 8
Constructor.
1 method overrides FeedImportHashManager::__construct()
- FeedImportSQLHashes::__construct in feed_import_base/
src/ FeedImportSQLHashes.php - Constructor.
File
- feed_import_base/
src/ FeedImportHashManager.php, line 21
Class
- FeedImportHashManager
- Class which provides methods to manage hashes.
Namespace
Drupal\feed_import_baseCode
public abstract function __construct($entity_name, $feed_machine_name);