public static function FeedImportStaticHashManager::getExpired in Feed Import 8
Returns an array of expired entity ids keyed by entity name
Parameters
string $name: Feed machine name
int $max: Max number of ids or 0 for all
Return value
array An array of expired items. Format: entity_name: hash_id: enity_id
1 method overrides FeedImportStaticHashManager::getExpired()
- FeedImportSQLHashes::getExpired in feed_import_base/
src/ FeedImportSQLHashes.php - Returns an array of expired entity ids keyed by entity name
File
- feed_import_base/
src/ FeedImportStaticHashManager.php, line 56
Class
- FeedImportStaticHashManager
- Static methods for hash manager
Namespace
Drupal\feed_import_baseCode
public static function getExpired($name, $max = 0);