You are here

social_node.services.yml in Open Social 10.0.x

modules/social_features/social_node/social_node.services.yml

File

modules/social_features/social_node/social_node.services.yml
View source
  1. services:
  2. social_node.messenger:
  3. class: Drupal\social_node\Service\SocialNodeMessenger
  4. arguments:
  5. - '@session.flash_bag'
  6. - '@page_cache_kill_switch'
  7. - '@module_handler'