You are here

public function QuantityInterface::getCreatedTime in farmOS 2.x

Gets the quantity creation timestamp.

Return value

int Creation timestamp of the quantity.

1 method overrides QuantityInterface::getCreatedTime()
Quantity::getCreatedTime in modules/core/quantity/src/Entity/Quantity.php
Gets the quantity creation timestamp.

File

modules/core/quantity/src/Entity/QuantityInterface.php, line 23

Class

QuantityInterface
Provides an interface for defining quantity entities.

Namespace

Drupal\quantity\Entity

Code

public function getCreatedTime();