You are here

public static function FeedImportStaticHashManager::totalHashes in Feed Import 7.3

Returns total number of hashes for desired feeds.

Parameters

mixed $name: The feed machine name (array for multiple) or NULL for all.

Return value

mixed $name Number of hashes (groupped by name for multiple)

1 method overrides FeedImportStaticHashManager::totalHashes()
FeedImportSQLHashes::totalHashes in feed_import_base/inc/feed_import.inc
Returns total number of hashes for desired feeds.

File

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

Class

FeedImportStaticHashManager
Static methods for hash manager

Code

public static function totalHashes($name = NULL);