You are here

public function ContentCalendarService::__construct in Content Planner 8

Constructs a new ContentCalendarService object.

File

modules/content_calendar/src/ContentCalendarService.php, line 29

Class

ContentCalendarService
Class ContentCalendarService.

Namespace

Drupal\content_calendar

Code

public function __construct(Connection $database, ContentTypeConfigService $content_type_config_service) {
  $this->database = $database;
  $this->contentTypeConfigService = $content_type_config_service;
}