You are here

public function WishlistInterface::setCreatedTime in Commerce Wishlist 8.3

Sets the wishlist creation timestamp.

Parameters

int $timestamp: The wishlist creation timestamp.

Return value

$this

1 method overrides WishlistInterface::setCreatedTime()
Wishlist::setCreatedTime in src/Entity/Wishlist.php
Sets the wishlist creation timestamp.

File

src/Entity/WishlistInterface.php, line 196

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function setCreatedTime($timestamp);