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\styleCode
public function getFormats() {
return [
'json',
'html',
];
}