You are here

ajax_comments.services.yml in AJAX Comments 8

File

ajax_comments.services.yml
View source
  1. services:
  2. ajax_comments.field_settings_helper:
  3. class: Drupal\ajax_comments\FieldSettingsHelper
  4. arguments: ['@entity_type.manager', '@plugin.manager.field.formatter']
  5. ajax_comments.temp_store:
  6. class: Drupal\ajax_comments\TempStore
  7. arguments: ['@tempstore.private']