public function LearningPathContent::getLearningPathContentTypeId in Opigno Learning path 8
Same name and namespace in other branches
- 3.x src/LearningPathContent.php \Drupal\opigno_learning_path\LearningPathContent::getLearningPathContentTypeId()
Returns LP content type ID.
Return value
mixed LP content type ID.
1 call to LearningPathContent::getLearningPathContentTypeId()
- LearningPathContent::toManagerArray in src/
LearningPathContent.php - Returns LP content properties array to manager.
File
- src/
LearningPathContent.php, line 160
Class
- LearningPathContent
- Class LearningPathContent.
Namespace
Drupal\opigno_learning_pathCode
public function getLearningPathContentTypeId() {
return $this->learningPathContentTypeId;
}