You are here

public function KanbanLogInterface::setCreatedTime in Content Planner 8

Sets the Kanban Log creation timestamp.

Parameters

int $timestamp: The Kanban Log creation timestamp.

Return value

\Drupal\content_kanban\Entity\KanbanLogInterface The called Kanban Log entity.

1 method overrides KanbanLogInterface::setCreatedTime()
KanbanLog::setCreatedTime in modules/content_kanban/src/Entity/KanbanLog.php
Sets the Kanban Log creation timestamp.

File

modules/content_kanban/src/Entity/KanbanLogInterface.php, line 52

Class

KanbanLogInterface
Provides an interface for defining Kanban Log entities.

Namespace

Drupal\content_kanban\Entity

Code

public function setCreatedTime($timestamp);