You are here

public function KanbanLogInterface::setPublished in Content Planner 8

Sets the published status of a Kanban Log.

Parameters

bool $published: TRUE to set this Kanban Log to published, FALSE to set it to unpublished.

Return value

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

1 method overrides KanbanLogInterface::setPublished()
KanbanLog::setPublished in modules/content_kanban/src/Entity/KanbanLog.php
Sets the published status of a Kanban Log.

File

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

Class

KanbanLogInterface
Provides an interface for defining Kanban Log entities.

Namespace

Drupal\content_kanban\Entity

Code

public function setPublished($published);