You are here

public function FeedImporter::getLastRunDuration in Feed Import 8

Returns time taken to run the previous import.

Overrides FeedImporterInterface::getLastRunDuration

File

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

Class

FeedImporter
Defines the Feed Importer entity.

Namespace

Drupal\feed_import_base\Entity

Code

public function getLastRunDuration() {
  return $this->last_run_duration;
}