public function KanbanLog::getEntityId in Content Planner 8
Gets the entity ID.
Return value
int The content entity ID.
Overrides KanbanLogInterface::getEntityId
1 call to KanbanLog::getEntityId()
- KanbanLog::getEntityObject in modules/
content_kanban/ src/ Entity/ KanbanLog.php - Gets the entity loaded based on id and type.
File
- modules/
content_kanban/ src/ Entity/ KanbanLog.php, line 186
Class
- KanbanLog
- Defines the Kanban Log entity.
Namespace
Drupal\content_kanban\EntityCode
public function getEntityId() {
return $this
->get('entity_id')->value;
}