You are here

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

Sets the Project creation timestamp.

Parameters

int $timestamp: The Project creation timestamp.

Return value

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

1 method overrides ProjectInterface::setCreatedTime()
Project::setCreatedTime in modules/pm_project/src/Entity/Project.php
Sets the Project creation timestamp.

File

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

Class

ProjectInterface
Provides an interface for defining Project entities.

Namespace

Drupal\pm_project\Entity

Code

public function setCreatedTime($timestamp);