You are here

public function ItemInterface::setPostedTime in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/aggregator/src/ItemInterface.php \Drupal\aggregator\ItemInterface::setPostedTime()

Sets the posted date of the feed item, as a Unix timestamp.

Parameters

int $timestamp: The posted date of the feed item, as a Unix timestamp.

Return value

$this The called feed item entity.

1 method overrides ItemInterface::setPostedTime()
Item::setPostedTime in core/modules/aggregator/src/Entity/Item.php
Sets the posted date of the feed item, as a Unix timestamp.

File

core/modules/aggregator/src/ItemInterface.php, line 124

Class

ItemInterface
Provides an interface defining an aggregator item entity.

Namespace

Drupal\aggregator

Code

public function setPostedTime($timestamp);