You are here

public function DisplayPluginInterface::defaultableSections in Drupal 8

Same name and namespace in other branches
  1. 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 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\display

Code

public function defaultableSections($section = NULL);