You are here

function styled_google_views_views_api in Styled Google Map 7.2

Same name and namespace in other branches
  1. 7 styled_google_views/styled_google_views.module \styled_google_views_views_api()

Views api.

File

styled_google_views/styled_google_views.module, line 15
Styled Google Views module.

Code

function styled_google_views_views_api() {
  return array(
    'api' => '3.0',
  );
}