You are here

public function FeedImporter::getLastRun in Feed Import 8

Returns timestamp for when this importer was last processed.

Overrides FeedImporterInterface::getLastRun

File

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

Class

FeedImporter
Defines the Feed Importer entity.

Namespace

Drupal\feed_import_base\Entity

Code

public function getLastRun() {
  return $this->last_run;
}