You are here

function template_preprocess_weather in Weather 2.0.x

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

Implements template_preprocess_HOOK().

File

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

Code

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