You are here

gmap.views.inc in GMap Module 6.2

Same filename and directory in other branches
  1. 6 gmap.views.inc
  2. 7.2 gmap.views.inc
  3. 7 gmap.views.inc

GMap views support.

File

gmap.views.inc
View source
<?php

/**
 * @file
 * GMap views support.
 */

/**
 * Implementation of hook_views_handlers().
 */

/*
function gmap_views_handlers() {
  return array(
    'info' => array(
      'path' => drupal_get_path('module', 'gmap'),
    ),
    'handlers' => array(
      'gmap_plugin_style_gmap' => array(
        'parent' => 'views_plugin_style',
      ),
    ),
  );
}
*/