You are here

public function InvoiceInterface::getRevisionCreationTime in Drupal PM (Project Management) 4.x

Gets the Invoice revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

Overrides RevisionLogInterface::getRevisionCreationTime

File

modules/pm_invoice/src/Entity/InvoiceInterface.php, line 66

Class

InvoiceInterface
Provides an interface for defining Invoice entities.

Namespace

Drupal\pm_invoice\Entity

Code

public function getRevisionCreationTime();