aero_weather-1.0.3/aero_weather.services.yml
aero_weather.services.yml
services:
aero_weather.api:
class: Drupal\aero_weather\Service\AeroWeatherApi
arguments:
- '@config.factory'
- '@http_client_factory'
- '@cache.default'
- '@logger.factory'
- '@module_handler'
- '@string_translation'
- '@file_url_generator'
- '@entity_type.manager'
