You are here

public function LearningPathContent::getEntityId in Opigno Learning path 3.x

Same name and namespace in other branches
  1. 8 src/LearningPathContent.php \Drupal\opigno_learning_path\LearningPathContent::getEntityId()

Returns entity ID.

Return value

string Entity ID.

1 call to LearningPathContent::getEntityId()
LearningPathContent::toManagerArray in src/LearningPathContent.php
Returns LP content properties array to manager.

File

src/LearningPathContent.php, line 120

Class

LearningPathContent
Class LearningPathContent.

Namespace

Drupal\opigno_learning_path

Code

public function getEntityId() {
  return $this->entityId;
}