function DisplayPluginInterface::defaultableSections
Lists the 'defaultable' sections and what items each section contains.
1 method overrides DisplayPluginInterface::defaultableSections()
- DisplayPluginBase::defaultableSections in core/
modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.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\displayCode
public function defaultableSections($section = NULL);