public function OrderReportInterface::getCreatedTime in Commerce Reporting 8
Gets the order report creation timestamp.
This is when the order transitions from a draft to a non-draft state, allowing for the report to be generated because it became immutable.
Return value
int Creation timestamp of the order report.
1 method overrides OrderReportInterface::getCreatedTime()
- OrderReport::getCreatedTime in src/
Entity/ OrderReport.php - Gets the order report creation timestamp.
File
- src/
Entity/ OrderReportInterface.php, line 37
Class
- OrderReportInterface
- Defines the interface for order reports.
Namespace
Drupal\commerce_reports\EntityCode
public function getCreatedTime();