function DisplayExtenderPluginBase::optionsSummary

Same name and namespace in other branches
  1. 11.x core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php \Drupal\views\Plugin\views\display_extender\DisplayExtenderPluginBase::optionsSummary()

Provide the default summary for options in the views UI.

This output is returned as an array.

File

core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php, line 71

Class

DisplayExtenderPluginBase
Base class for Views display extender plugins.

Namespace

Drupal\views\Plugin\views\display_extender

Code

public function optionsSummary(&$categories, &$options) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.