public function FeedImporterInterface::getLastRun in Feed Import 8
Returns timestamp for when this importer was last processed.
1 method overrides FeedImporterInterface::getLastRun()
- FeedImporter::getLastRun in feed_import_base/
src/ Entity/ FeedImporter.php - Returns timestamp for when this importer was last processed.
File
- feed_import_base/
src/ FeedImporterInterface.php, line 25
Class
- FeedImporterInterface
- Provides an interface defining an Example entity.
Namespace
Drupal\feed_import_baseCode
public function getLastRun();