You are here

function openlayers_views_plugin_display_openlayers::options_summary in Openlayers 6.2

Same name and namespace in other branches
  1. 7.3 modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc \openlayers_views_plugin_display_openlayers::options_summary()
  2. 7.2 modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc \openlayers_views_plugin_display_openlayers::options_summary()

File

modules/openlayers_views/views/openlayers_views_plugin_display_openlayers.inc, line 50
Display plugin for OpenLayers Data

Class

openlayers_views_plugin_display_openlayers
@file Display plugin for OpenLayers Data

Code

function options_summary(&$categories, &$options) {
  parent::options_summary($categories, $options);
  unset($options['header']);
  unset($options['footer']);
  unset($options['empty']);
  unset($options['exposed_block']);
  unset($options['analyze-theme']);
}