You are here

public function PaymentStatusInterface::getCreated in Payment 8.2

Gets the created date and time.

Return value

string A Unix timestamp.

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

File

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

Class

PaymentStatusInterface
A payment status plugin.

Namespace

Drupal\payment\Plugin\Payment\Status

Code

public function getCreated();