You are here

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

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

Sets LP content type ID.

Parameters

mixed $learning_path_content_type_id: LP content type ID.

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

File

src/LearningPathContent.php, line 170

Class

LearningPathContent
Class LearningPathContent.

Namespace

Drupal\opigno_learning_path

Code

public function setLearningPathContentTypeId($learning_path_content_type_id) {
  $this->learningPathContentTypeId = $learning_path_content_type_id;
}