You are here

function views_plugin_style_geojson::additional_theme_functions in Views GeoJSON 6

Implementation of views_style_plugin::additional_theme_functions(). Returns empty array.

Return value

array

File

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

Class

views_plugin_style_geojson
Implementation of views_plugin_style

Code

function additional_theme_functions() {
  return array();
}