You are here

public function FeedInterface::getCreatedTime in Feeds 8.3

Returns the feed creation timestamp.

Return value

int Creation timestamp of the feed.

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

File

src/FeedInterface.php, line 64

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function getCreatedTime();