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