You are here

public function FeedInterface::getNextImportTime in Feeds 8.3

Returns the next time the feed will be imported.

Return value

int The next time the feed will be imported as a UNIX timestamp.

1 method overrides FeedInterface::getNextImportTime()
Feed::getNextImportTime in src/Entity/Feed.php
Returns the next time the feed will be imported.

File

src/FeedInterface.php, line 88

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function getNextImportTime();