You are here

service weather.theme in Weather 2.0.x

Same name and namespace in other branches
  1. 8 weather.services.yml \weather.theme

Class

Drupal\weather\Service\ThemeService

File

./weather.services.yml
weather.services.yml

View source
  1. class: Drupal\weather\Service\ThemeService
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@weather.helper'
  5. - '@weather.parser'
  6. - '@weather.data_service'
  7. - '@config.factory'
  8. - '@theme.manager'
  9. - '@date.formatter'