You are here

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

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

Sets entity title.

Parameters

string $entity_title: Entity title.

1 call to LearningPathContent::setTitle()
LearningPathContent::__construct in src/LearningPathContent.php
LearningPathContent constructor.

File

src/LearningPathContent.php, line 150

Class

LearningPathContent
Class LearningPathContent.

Namespace

Drupal\opigno_learning_path

Code

public function setTitle($entity_title) {
  $this->title = $entity_title;
}