You are here

public function KanbanLogInterface::getType in Content Planner 8

Gets the type of the entity.

Return value

string The content entity type.

1 method overrides KanbanLogInterface::getType()
KanbanLog::getType in modules/content_kanban/src/Entity/KanbanLog.php
Gets the type of the entity.

File

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

Class

KanbanLogInterface
Provides an interface for defining Kanban Log entities.

Namespace

Drupal\content_kanban\Entity

Code

public function getType();