You are here

public function KanbanLogInterface::getEntityId in Content Planner 8

Gets the entity ID.

Return value

int The content entity ID.

1 method overrides KanbanLogInterface::getEntityId()
KanbanLog::getEntityId in modules/content_kanban/src/Entity/KanbanLog.php
Gets the entity ID.

File

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

Class

KanbanLogInterface
Provides an interface for defining Kanban Log entities.

Namespace

Drupal\content_kanban\Entity

Code

public function getEntityId();