You are here

public static function FeedImportStaticHashManager::totalHashes in Feed Import 8

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/src/FeedImportSQLHashes.php
Returns total number of hashes for desired feeds.

File

feed_import_base/src/FeedImportStaticHashManager.php, line 76

Class

FeedImportStaticHashManager
Static methods for hash manager

Namespace

Drupal\feed_import_base

Code

public static function totalHashes($name = NULL);