You are here

content_calendar.services.yml in Content Planner 8

modules/content_calendar/content_calendar.services.yml

File

modules/content_calendar/content_calendar.services.yml
View source
  1. services:
  2. content_calendar.content_type_config_service:
  3. class: Drupal\content_calendar\ContentTypeConfigService
  4. arguments: ['@config.factory']
  5. content_calendar.content_calendar_service:
  6. class: Drupal\content_calendar\ContentCalendarService
  7. arguments: ['@database', '@content_calendar.content_type_config_service']
  8. content_calendar.scheduler_publish_subscriber:
  9. class: Drupal\content_calendar\EventSubscriber\SchedulerPublishSubScriber
  10. tags:
  11. - { name: event_subscriber }