You are here

public function KanbanLogInterface::isPublished in Content Planner 8

Returns the Kanban Log published status indicator.

Unpublished Kanban Log are only visible to restricted users.

Return value

bool TRUE if the Kanban Log is published.

1 method overrides KanbanLogInterface::isPublished()
KanbanLog::isPublished in modules/content_kanban/src/Entity/KanbanLog.php
Returns the Kanban Log published status indicator.

File

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

Class

KanbanLogInterface
Provides an interface for defining Kanban Log entities.

Namespace

Drupal\content_kanban\Entity

Code

public function isPublished();