You are here

public static function FeedImportStaticHashManager::rescheduleAll in Feed Import 7.3

Reschedules all entities

Parameters

string $name: Feed machine name

int $ttl: Time to live

1 method overrides FeedImportStaticHashManager::rescheduleAll()
FeedImportSQLHashes::rescheduleAll in feed_import_base/inc/feed_import.inc
Reschedules all entities

File

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

Class

FeedImportStaticHashManager
Static methods for hash manager

Code

public static function rescheduleAll($name, $ttl);