function template_preprocess_weather in Weather 8
Same name and namespace in other branches
- 2.0.x 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);
}