You are here

public function KanbanLogInterface::getCreatedTime in Content Planner 8

Gets the Kanban Log creation timestamp.

Return value

int Creation timestamp of the Kanban Log.

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

File

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

Class

KanbanLogInterface
Provides an interface for defining Kanban Log entities.

Namespace

Drupal\content_kanban\Entity

Code

public function getCreatedTime();