You are here

public function FeedImporterInterface::getLastRunDuration in Feed Import 8

Returns time taken to run the previous import.

1 method overrides FeedImporterInterface::getLastRunDuration()
FeedImporter::getLastRunDuration in feed_import_base/src/Entity/FeedImporter.php
Returns time taken to run the previous import.

File

feed_import_base/src/FeedImporterInterface.php, line 30

Class

FeedImporterInterface
Provides an interface defining an Example entity.

Namespace

Drupal\feed_import_base

Code

public function getLastRunDuration();