function DisplayExtenderPluginBase::defaultableSections
Same name in other branches
- 9 core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php \Drupal\views\Plugin\views\display_extender\DisplayExtenderPluginBase::defaultableSections()
- 10 core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php \Drupal\views\Plugin\views\display_extender\DisplayExtenderPluginBase::defaultableSections()
- 11.x core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php \Drupal\views\Plugin\views\display_extender\DisplayExtenderPluginBase::defaultableSections()
Static member function to list which sections are defaultable and what items each section contains.
1 method overrides DisplayExtenderPluginBase::defaultableSections()
- DisplayExtenderTest::defaultableSections in core/
modules/ views/ tests/ modules/ views_test_data/ src/ Plugin/ views/ display_extender/ DisplayExtenderTest.php - Static member function to list which sections are defaultable and what items each section contains.
File
-
core/
modules/ views/ src/ Plugin/ views/ display_extender/ DisplayExtenderPluginBase.php, line 77
Class
- DisplayExtenderPluginBase
- Base class for Views display extender plugins.
Namespace
Drupal\views\Plugin\views\display_extenderCode
public function defaultableSections(&$sections, $section = NULL) {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.