public function KanbanLog::getName in Content Planner 8
Gets the Kanban Log name.
Return value
string Name of the Kanban Log.
Overrides KanbanLogInterface::getName
File
- modules/
content_kanban/ src/ Entity/ KanbanLog.php, line 73
Class
- KanbanLog
- Defines the Kanban Log entity.
Namespace
Drupal\content_kanban\EntityCode
public function getName() {
return $this
->get('name')->value;
}