You are here

public static function FeedImportStaticHashManager::getExpired in Feed Import 7.3

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/inc/feed_import.inc
Returns an array of expired entity ids keyed by entity name

File

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

Class

FeedImportStaticHashManager
Static methods for hash manager

Code

public static function getExpired($name, $max = 0);