public function FeedImporterInterface::getLastRunItems in Feed Import 8
Returns the number of items processed during the last import.
1 method overrides FeedImporterInterface::getLastRunItems()
- FeedImporter::getLastRunItems in feed_import_base/
src/ Entity/ FeedImporter.php - Returns the number of items processed during the last import.
File
- feed_import_base/
src/ FeedImporterInterface.php, line 35
Class
- FeedImporterInterface
- Provides an interface defining an Example entity.
Namespace
Drupal\feed_import_baseCode
public function getLastRunItems();