public function InvoiceInterface::getCreatedTime in Commerce Invoice 8.2
Gets the invoice creation timestamp.
Return value
int Creation timestamp of the invoice.
1 method overrides InvoiceInterface::getCreatedTime()
- Invoice::getCreatedTime in src/
Entity/ Invoice.php - Gets the invoice creation timestamp.
File
- src/
Entity/ InvoiceInterface.php, line 330
Class
- InvoiceInterface
- Defines the interface for invoices.
Namespace
Drupal\commerce_invoice\EntityCode
public function getCreatedTime();