You are here

public function ContentService::__construct in Content Planner 8

ContentService constructor.

File

modules/content_calendar/src/ContentService.php, line 18

Class

ContentService
Class UserProfileImage.

Namespace

Drupal\content_calendar

Code

public function __construct() {
  $this->contentTypeConfig = ContentTypeConfig::loadMultiple();
}