You are here

public function KanbanLogInterface::setName in Content Planner 8

Sets the Kanban Log name.

Parameters

string $name: The Kanban Log name.

Return value

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

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

File

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

Class

KanbanLogInterface
Provides an interface for defining Kanban Log entities.

Namespace

Drupal\content_kanban\Entity

Code

public function setName($name);