You are here

public static function FeedImportStaticHashManager::rescheduleAll in Feed Import 8

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/src/FeedImportSQLHashes.php
Reschedules all entities

File

feed_import_base/src/FeedImportStaticHashManager.php, line 66

Class

FeedImportStaticHashManager
Static methods for hash manager

Namespace

Drupal\feed_import_base

Code

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