public function ContentTypeILT::getAvailableContents in Opigno Instructor-led Trainings 8
Same name and namespace in other branches
- 3.x src/Plugin/OpignoGroupManagerContentType/ContentTypeILT.php \Drupal\opigno_ilt\Plugin\OpignoGroupManagerContentType\ContentTypeILT::getAvailableContents()
Get all the published entities in an array of LearningPathContent.
Return value
LearningPathContent[]|false The published contents or FALSE in case of error.
Overrides ContentTypeInterface::getAvailableContents
File
- src/
Plugin/ OpignoGroupManagerContentType/ ContentTypeILT.php, line 166
Class
- ContentTypeILT
- Class ContentTypeILT.
Namespace
Drupal\opigno_ilt\Plugin\OpignoGroupManagerContentTypeCode
public function getAvailableContents() {
return $this
->getAllContents();
}