You are here

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

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

Returns entity title.

Return value

string Entity title.

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

File

src/LearningPathContent.php, line 140

Class

LearningPathContent
Class LearningPathContent.

Namespace

Drupal\opigno_learning_path

Code

public function getTitle() {
  return $this->title;
}