You are here

public function Layer::optionsSummary in Geolocation Field 8.3

Provide the summary for attachment options in the views UI.

This output is returned as an array.

Overrides Attachment::optionsSummary

File

src/Plugin/views/display/Layer.php, line 66

Class

Layer
The plugin that handles an attachment display.

Namespace

Drupal\geolocation\Plugin\views\display

Code

public function optionsSummary(&$categories, &$options) {
  parent::optionsSummary($categories, $options);
  unset($options['attachment_position']);
  unset($options['render_pager']);
}