You are here

public function PlanInterface::setArchivedTime in farmOS 2.x

Sets the plan archived timestamp.

Parameters

int $timestamp: Archived timestamp of the plan.

Return value

\Drupal\plan\Entity\PlanInterface The plan entity.

1 method overrides PlanInterface::setArchivedTime()
Plan::setArchivedTime in modules/core/plan/src/Entity/Plan.php
Sets the plan archived timestamp.

File

modules/core/plan/src/Entity/PlanInterface.php, line 72

Class

PlanInterface
Provides an interface for defining plan entities.

Namespace

Drupal\plan\Entity

Code

public function setArchivedTime($timestamp);