You are here

function template_preprocess_weather_detailed_forecast in Weather 2.0.x

Same name and namespace in other branches
  1. 8 weather.module \template_preprocess_weather_detailed_forecast()

Implements template_preprocess_HOOK().

File

./weather.module, line 80
Main module file with hooks implementations.

Code

function template_preprocess_weather_detailed_forecast(&$variables) {
  \Drupal::service('weather.theme')
    ->preprocessWeatherVariables($variables, TRUE);
}