public function PaymentStatusBase::getCreated in Payment 8.2
Gets the created date and time.
Return value
string A Unix timestamp.
Overrides PaymentStatusInterface::getCreated
File
- src/
Plugin/ Payment/ Status/ PaymentStatusBase.php, line 119
Class
- PaymentStatusBase
- Provides a base payment status.
Namespace
Drupal\payment\Plugin\Payment\StatusCode
public function getCreated() {
return $this->configuration['created'];
}