You are here

public function DisplayPluginInterface::defaultableSections in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::defaultableSections()
  2. 9 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::defaultableSections()

Lists the 'defaultable' sections and what items each section contains.

1 call to DisplayPluginInterface::defaultableSections()
Feed::defaultableSections in core/modules/views/src/Plugin/views/display/Feed.php
Lists the 'defaultable' sections and what items each section contains.
1 method overrides DisplayPluginInterface::defaultableSections()
Feed::defaultableSections in core/modules/views/src/Plugin/views/display/Feed.php
Lists the 'defaultable' sections and what items each section contains.

File

core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php, line 175

Class

DisplayPluginInterface
Provides an interface for Views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function defaultableSections($section = NULL);