content_planner-8.x-1.x-dev/content_planner.services.yml
content_planner.services.yml
services:
content_planner.dashboard_settings_service:
class: Drupal\content_planner\DashboardSettingsService
arguments: ['@config.factory']
content_planner.dashboard_service:
class: Drupal\content_planner\DashboardService
arguments: ['@content_planner.dashboard_settings_service', '@module_handler']
content_planner.dashboard_block_plugin_manager:
class: Drupal\content_planner\DashboardBlockPluginManager
parent: default_plugin_manager
content_planner.content_moderation_service:
class: Drupal\content_planner\ContentModerationService
arguments: ['@entity_type.manager', '@content_moderation.moderation_information']
content_planner.user_profile_image:
class: Drupal\content_planner\UserProfileImage
arguments: ['@entity_type.manager']
