You are here

public function KanbanLogInterface::getName in Content Planner 8

Gets the Kanban Log name.

Return value

string Name of the Kanban Log.

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

File

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

Class

KanbanLogInterface
Provides an interface for defining Kanban Log entities.

Namespace

Drupal\content_kanban\Entity

Code

public function getName();