You are here

public function PaymentStatusInterface::setCreated in Payment 8.2

Sets the created date and time.

Parameters

string $created: A Unix timestamp. *

Return value

static

1 method overrides PaymentStatusInterface::setCreated()
PaymentStatusBase::setCreated in src/Plugin/Payment/Status/PaymentStatusBase.php
Sets the created date and time.

File

src/Plugin/Payment/Status/PaymentStatusInterface.php, line 31

Class

PaymentStatusInterface
A payment status plugin.

Namespace

Drupal\payment\Plugin\Payment\Status

Code

public function setCreated($created);