You are here

content_planner.services.yml in Content Planner 8

File

content_planner.services.yml
View source
  1. services:
  2. content_planner.dashboard_settings_service:
  3. class: Drupal\content_planner\DashboardSettingsService
  4. arguments: ['@config.factory']
  5. content_planner.dashboard_service:
  6. class: Drupal\content_planner\DashboardService
  7. arguments: ['@content_planner.dashboard_settings_service']
  8. content_planner.dashboard_block_plugin_manager:
  9. class: Drupal\content_planner\DashboardBlockPluginManager
  10. parent: default_plugin_manager