You are here

public function WishlistInterface::getCreatedTime in Commerce Wishlist 8.3

Gets the wishlist creation timestamp.

Return value

int Creation timestamp of the wishlist.

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

File

src/Entity/WishlistInterface.php, line 186

Class

WishlistInterface
Defines the interface for wishlists.

Namespace

Drupal\commerce_wishlist\Entity

Code

public function getCreatedTime();