You are here

public function WishlistItemInterface::setCreatedTime in Commerce Wishlist 8.3

Sets the wishlist item creation timestamp.

Parameters

int $timestamp: The wishlist item creation timestamp.

Return value

$this

1 method overrides WishlistItemInterface::setCreatedTime()
WishlistItem::setCreatedTime in src/Entity/WishlistItem.php
Sets the wishlist item creation timestamp.

File

src/Entity/WishlistItemInterface.php, line 181

Class

WishlistItemInterface
Defines the interface for wishlist items.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function setCreatedTime($timestamp);