You are here

public function BundleInterface::getCreatedTime in Commerce Product Bundle 8

Gets the product bundle creation timestamp.

Return value

int Creation timestamp of the product bundle.

1 method overrides BundleInterface::getCreatedTime()
ProductBundle::getCreatedTime in src/Entity/ProductBundle.php
Gets the product bundle creation timestamp.

File

src/Entity/BundleInterface.php, line 60

Class

BundleInterface
Provides an interface for defining product bundle entities.

Namespace

Drupal\commerce_product_bundle\Entity

Code

public function getCreatedTime();