You are here

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

Sets the Invoice revision creation timestamp.

Parameters

int $timestamp: The UNIX timestamp of when this revision was created.

Return value

\Drupal\pm_invoice\Entity\InvoiceInterface The called Invoice entity.

Overrides RevisionLogInterface::setRevisionCreationTime

File

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

Class

InvoiceInterface
Provides an interface for defining Invoice entities.

Namespace

Drupal\pm_invoice\Entity

Code

public function setRevisionCreationTime($timestamp);