You are here

public function KanbanLogInterface::getEntityObject in Content Planner 8

Gets the entity loaded based on id and type.

Return value

\Drupal\Core\Entity\ContentEntityInterface|bool The content entity if exists, FALSE otherwise.

1 method overrides KanbanLogInterface::getEntityObject()
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/KanbanLogInterface.php, line 89

Class

KanbanLogInterface
Provides an interface for defining Kanban Log entities.

Namespace

Drupal\content_kanban\Entity

Code

public function getEntityObject();