You are here

public function FeedImporter::getLastRunItems in Feed Import 8

Returns the number of items processed during the last import.

Overrides FeedImporterInterface::getLastRunItems

File

feed_import_base/src/Entity/FeedImporter.php, line 132

Class

FeedImporter
Defines the Feed Importer entity.

Namespace

Drupal\feed_import_base\Entity

Code

public function getLastRunItems() {
  return $this->last_run_items;
}