You are here

weather.services.yml in Weather 2.0.x

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

File

weather.services.yml
View source
  1. services:
  2. weather.data_service:
  3. class: Drupal\weather\Service\DataService
  4. arguments: ['@entity_type.manager']
  5. weather.helper:
  6. class: Drupal\weather\Service\HelperService
  7. arguments: ['@entity_type.manager']
  8. weather.theme:
  9. class: Drupal\weather\Service\ThemeService
  10. arguments: ['@entity_type.manager', '@weather.helper', '@weather.parser', '@weather.data_service', '@config.factory', '@theme.manager', '@date.formatter']
  11. weather.parser:
  12. class: Drupal\weather\Service\ParserService
  13. arguments: ['@entity_type.manager', '@weather.helper', '@http_client', '@logger.factory', '@current_user', '@messenger']