You are here

social_simple.services.yml in Social simple 8

Same filename and directory in other branches
  1. 2.0.x social_simple.services.yml

File

social_simple.services.yml
View source
  1. services:
  2. social_simple.generator:
  3. class: Drupal\social_simple\SocialSimpleGenerator
  4. arguments: ['@title_resolver', '@current_route_match', '@request_stack', '@config.factory', '@renderer','@social_simple.manager']
  5. social_simple.manager:
  6. class: Drupal\social_simple\SocialSimpleManager
  7. arguments: ['@module_handler']
  8. tags:
  9. - { name: service_collector, tag: social_simple_network, call: addNetwork }
  10. social_simple.twitter:
  11. class: Drupal\social_simple\SocialNetwork\Twitter
  12. tags:
  13. - { name: social_simple_network, priority: 0 }
  14. social_simple.facebook:
  15. class: Drupal\social_simple\SocialNetwork\Facebook
  16. tags:
  17. - { name: social_simple_network, priority: 0 }
  18. social_simple.googleplus:
  19. class: Drupal\social_simple\SocialNetwork\GooglePlus
  20. tags:
  21. - { name: social_simple_network, priority: 0 }
  22. social_simple.linkedin:
  23. class: Drupal\social_simple\SocialNetwork\Linkedin
  24. tags:
  25. - { name: social_simple_network, priority: 0 }
  26. social_simple.mail:
  27. class: Drupal\social_simple\SocialNetwork\Mail
  28. arguments: ['@module_handler']
  29. tags:
  30. - { name: social_simple_network, priority: 0 }
  31. social_simple.printer:
  32. class: Drupal\social_simple\SocialNetwork\PrintPage
  33. arguments: ['@module_handler']
  34. tags:
  35. - { name: social_simple_network, priority: 0 }
  36. social_simple.entity_print_pdf:
  37. class: Drupal\social_simple\SocialNetwork\EntityPrintPdf
  38. arguments: ['@config.factory', '@module_handler']
  39. tags:
  40. - { name: social_simple_network, priority: 0 }