You are here

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

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

Returns entity type.

Return value

string Entity type.

File

src/LearningPathContent.php, line 100

Class

LearningPathContent
Class LearningPathContent.

Namespace

Drupal\opigno_learning_path

Code

public function getEntityType() {
  return $this->entityType;
}