You are here

service wunderground_weather.manager in Wunderground weather 8

Class

Drupal\wunderground_weather\WundergroundWeatherManager
4 string references to wunderground_weather.manager
theme_wunderground_weather_forecast in ./wunderground_weather.module
Theme function to render weather forecast block.
WeatherCurrentBlock::create in src/Plugin/Block/WeatherCurrentBlock.php
Creates an instance of the plugin.
WeatherForecastBlock::create in src/Plugin/Block/WeatherForecastBlock.php
Creates an instance of the plugin.
WeatherHourlyBlock::create in src/Plugin/Block/WeatherHourlyBlock.php
Creates an instance of the plugin.

File

./wunderground_weather.services.yml
wunderground_weather.services.yml

View source
  1. class: Drupal\wunderground_weather\WundergroundWeatherManager
  2. arguments:
  3. - '@config.factory'
  4. - '@http_client'