public function ContentTypeInterface::getAvailableContents in Opigno group manager 8
Same name and namespace in other branches
- 3.x src/ContentTypeInterface.php \Drupal\opigno_group_manager\ContentTypeInterface::getAvailableContents()
Get all the published entities in an array of LearningPathContent.
Return value
LearningPathContent[]|false The published contents or FALSE in case of error.
File
- src/
ContentTypeInterface.php, line 55
Class
- ContentTypeInterface
- Interface ContentTypeInterface.
Namespace
Drupal\opigno_group_managerCode
public function getAvailableContents();