You are here

tawk_to.services.yml in Tawk.to - Live chat application (Drupal 8) 8.2

Same filename and directory in other branches
  1. 8 tawk_to.services.yml

File

tawk_to.services.yml
View source
  1. services:
  2. tawk_to.condition_plugins_handler:
  3. class: Drupal\tawk_to\Service\TawkToConditionPluginsHandler
  4. arguments: ['@config.factory', '@context.handler', '@context.repository', '@plugin.manager.condition']
  5. tawk_to.cache_manager:
  6. class: Drupal\tawk_to\Cache\TawkToCacheManager
  7. arguments: ['@tawk_to.condition_plugins_handler']
  8. tawk_to.embed_render:
  9. class: Drupal\tawk_to\Service\TawkToEmbedRender
  10. arguments: ['@config.factory', '@token', '@tawk_to.condition_plugins_handler', '@tawk_to.cache_manager']