You are here

public function GeoJson::getFormats in Views GeoJSON 8

File

src/Plugin/views/style/GeoJson.php, line 366

Class

GeoJson
Style plugin to render view as GeoJSON code.

Namespace

Drupal\views_geojson\Plugin\views\style

Code

public function getFormats() {
  return [
    'json',
    'html',
  ];
}