You are here

public function PaymentMethodInterface::getCreatedTime in Commerce Core 8.2

Gets the payment method creation timestamp.

Return value

int Creation timestamp of the payment.

1 method overrides PaymentMethodInterface::getCreatedTime()
PaymentMethod::getCreatedTime in modules/payment/src/Entity/PaymentMethod.php
Gets the payment method creation timestamp.

File

modules/payment/src/Entity/PaymentMethodInterface.php, line 142

Class

PaymentMethodInterface
Defines the interface for payment methods.

Namespace

Drupal\commerce_payment\Entity

Code

public function getCreatedTime();