You are here

public function ContentTypeConfigService::loadAllEntities in Content Planner 8

Load all config entities.

Return value

\Drupal\content_calendar\Entity\ContentTypeConfig[]

File

modules/content_calendar/src/ContentTypeConfigService.php, line 32

Class

ContentTypeConfigService
Class ContentTypeConfigService.

Namespace

Drupal\content_calendar

Code

public function loadAllEntities() {
  return ContentTypeConfig::loadMultiple();
}