You are here

public function ContentTypeInterface::getAllContents in Opigno group manager 8

Same name and namespace in other branches
  1. 3.x src/ContentTypeInterface.php \Drupal\opigno_group_manager\ContentTypeInterface::getAllContents()

Get all the entities in an array of LearningPathContent.

Return value

LearningPathContent[]|false The contents or FALSE in case of error.

File

src/ContentTypeInterface.php, line 63

Class

ContentTypeInterface
Interface ContentTypeInterface.

Namespace

Drupal\opigno_group_manager

Code

public function getAllContents();