public function LearningPathContent::setLearningPathContentTypeId in Opigno Learning path 8
Same name and namespace in other branches
- 3.x 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_pathCode
public function setLearningPathContentTypeId($learning_path_content_type_id) {
$this->learningPathContentTypeId = $learning_path_content_type_id;
}