You are here

public function PaymentMethodInterface::setCreatedTime in Commerce Core 8.2

Sets the payment method creation timestamp.

Parameters

int $timestamp: The payment method creation timestamp.

Return value

$this

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

File

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

Class

PaymentMethodInterface
Defines the interface for payment methods.

Namespace

Drupal\commerce_payment\Entity

Code

public function setCreatedTime($timestamp);