You are here

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

Sets the Organization creation timestamp.

Parameters

int $timestamp: The Organization creation timestamp.

Return value

\Drupal\pm_organization\Entity\OrganizationInterface The called Organization entity.

1 method overrides OrganizationInterface::setCreatedTime()
Organization::setCreatedTime in modules/pm_organization/src/Entity/Organization.php
Sets the Organization creation timestamp.

File

modules/pm_organization/src/Entity/OrganizationInterface.php, line 58

Class

OrganizationInterface
Provides an interface for defining Organization entities.

Namespace

Drupal\pm_organization\Entity

Code

public function setCreatedTime($timestamp);