You are here

public function PaymentInterface::getCreatedTime in Payment 8.2

Returns the timestamp of the entity creation.

Return value

int

1 method overrides PaymentInterface::getCreatedTime()
Payment::getCreatedTime in src/Entity/Payment.php
Returns the timestamp of the entity creation.

File

src/Entity/PaymentInterface.php, line 29

Class

PaymentInterface
Defines a payment entity type .

Namespace

Drupal\payment\Entity

Code

public function getCreatedTime();