function DisplayExtenderPluginBase::optionsSummary
Provide the default summary for options in the views UI.
This output is returned as an array.
1 call to DisplayExtenderPluginBase::optionsSummary()
- DisplayExtenderTest::optionsSummary in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ display_extender/ DisplayExtenderTest.php  - Provide the default summary for options in the views UI.
 
1 method overrides DisplayExtenderPluginBase::optionsSummary()
- DisplayExtenderTest::optionsSummary in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ display_extender/ DisplayExtenderTest.php  - Provide the default summary for options in the views UI.
 
File
- 
              core/
modules/ views/ src/ Plugin/ views/ display_extender/ DisplayExtenderPluginBase.php, line 70  
Class
- DisplayExtenderPluginBase
 - Base class for Views display extender plugins.
 
Namespace
Drupal\views\Plugin\views\display_extenderCode
public function optionsSummary(&$categories, &$options) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.