You are here

public function FeedInterface::getImportedTime in Feeds 8.3

Returns the feed imported timestamp.

Return value

int Creation timestamp of the feed.

1 method overrides FeedInterface::getImportedTime()
Feed::getImportedTime in src/Entity/Feed.php
Returns the feed imported timestamp.

File

src/FeedInterface.php, line 80

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function getImportedTime();