You are here

public function FeedInterface::setCreatedTime in Feeds 8.3

Sets the feed creation timestamp.

Parameters

int $timestamp: The feed creation timestamp.

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

File

src/FeedInterface.php, line 72

Class

FeedInterface
Provides an interface defining a feeds_feed entity.

Namespace

Drupal\feeds

Code

public function setCreatedTime($timestamp);