You are here

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

Sets the Project revision creation timestamp.

Parameters

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

Return value

\Drupal\pm_project\Entity\ProjectInterface The called Project entity.

Overrides RevisionLogInterface::setRevisionCreationTime

File

modules/pm_project/src/Entity/ProjectInterface.php, line 77

Class

ProjectInterface
Provides an interface for defining Project entities.

Namespace

Drupal\pm_project\Entity

Code

public function setRevisionCreationTime($timestamp);