You are here

function views_plugin_style_geojson::theme_functions in Views GeoJSON 6

Implementation of view_style_plugin::theme_functions(). Returns an array of theme functions to use for the current style plugin

Return value

array

1 call to views_plugin_style_geojson::theme_functions()
views_plugin_style_geojson::render in views/views_plugin_style_geojson.inc
Implementation of view_style_plugin::render()

File

views/views_plugin_style_geojson.inc, line 255
Views style plugin to render nodes in the GeoJSON format.

Class

views_plugin_style_geojson
Implementation of views_plugin_style

Code

function theme_functions() {
  return views_theme_functions('views_views_geojson_style', $this->view, $this->display);
}