You are here

public function WishlistItemInterface::getCreatedTime in Commerce Wishlist 8.3

Gets the wishlist item creation timestamp.

Return value

int The wishlist item creation timestamp.

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

File

src/Entity/WishlistItemInterface.php, line 171

Class

WishlistItemInterface
Defines the interface for wishlist items.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function getCreatedTime();