You are here

function weather_views_api in Weather 7.3

Same name and namespace in other branches
  1. 7.2 weather.module \weather_views_api()

Implements hook_views_api().

File

./weather.module, line 27
Display current weather data from many places in the world.

Code

function weather_views_api() {
  return array(
    'api' => 3,
  );
}