You are here

public function ContentTypeMeeting::getAvailableContents in Opigno Moxtra 8

Same name and namespace in other branches
  1. 3.x src/Plugin/OpignoGroupManagerContentType/ContentTypeMeeting.php \Drupal\opigno_moxtra\Plugin\OpignoGroupManagerContentType\ContentTypeMeeting::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/ContentTypeMeeting.php, line 166

Class

ContentTypeMeeting
Class ContentTypeMeeting.

Namespace

Drupal\opigno_moxtra\Plugin\OpignoGroupManagerContentType

Code

public function getAvailableContents() {
  return $this
    ->getAllContents();
}