You are here

service weather.parser in Weather 2.0.x

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

Class

Drupal\weather\Service\ParserService
1 string reference to weather.parser
AddCustomPlaceForm::create in src/Form/AddCustomPlaceForm.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\weather\Service\ParserService
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@weather.helper'
  5. - '@http_client'
  6. - '@logger.factory'
  7. - '@current_user'
  8. - '@messenger'