You are here

public function ContentTypeConfigService::__construct in Content Planner 8

Constructs a new ContentTypeConfigService object.

File

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

Class

ContentTypeConfigService
Class ContentTypeConfigService.

Namespace

Drupal\content_calendar

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}