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_calendarCode
public function __construct(Connection $database, ContentTypeConfigService $content_type_config_service) {
$this->database = $database;
$this->contentTypeConfigService = $content_type_config_service;
}