social_simple.services.yml in Social simple 8
File
social_simple.services.yml
View source
- services:
-
- social_simple.generator:
- class: Drupal\social_simple\SocialSimpleGenerator
- arguments: ['@title_resolver', '@current_route_match', '@request_stack', '@config.factory', '@renderer','@social_simple.manager']
-
- social_simple.manager:
- class: Drupal\social_simple\SocialSimpleManager
- arguments: ['@module_handler']
- tags:
- - { name: service_collector, tag: social_simple_network, call: addNetwork }
-
- social_simple.twitter:
- class: Drupal\social_simple\SocialNetwork\Twitter
- tags:
- - { name: social_simple_network, priority: 0 }
-
- social_simple.facebook:
- class: Drupal\social_simple\SocialNetwork\Facebook
- tags:
- - { name: social_simple_network, priority: 0 }
-
- social_simple.googleplus:
- class: Drupal\social_simple\SocialNetwork\GooglePlus
- tags:
- - { name: social_simple_network, priority: 0 }
-
- social_simple.linkedin:
- class: Drupal\social_simple\SocialNetwork\Linkedin
- tags:
- - { name: social_simple_network, priority: 0 }
-
- social_simple.mail:
- class: Drupal\social_simple\SocialNetwork\Mail
- arguments: ['@module_handler']
- tags:
- - { name: social_simple_network, priority: 0 }
-
- social_simple.printer:
- class: Drupal\social_simple\SocialNetwork\PrintPage
- arguments: ['@module_handler']
- tags:
- - { name: social_simple_network, priority: 0 }
-
- social_simple.entity_print_pdf:
- class: Drupal\social_simple\SocialNetwork\EntityPrintPdf
- arguments: ['@config.factory', '@module_handler']
- tags:
- - { name: social_simple_network, priority: 0 }