You are here

public function ViewsAttachLibraryDisplayExtender::defaultableSections in Views Attach Library 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/views/display_extender/ViewsAttachLibraryDisplayExtender.php \Drupal\views_attach_library\Plugin\views\display_extender\ViewsAttachLibraryDisplayExtender::defaultableSections()
  2. 8.x src/Plugin/views/display_extender/ViewsAttachLibraryDisplayExtender.php \Drupal\views_attach_library\Plugin\views\display_extender\ViewsAttachLibraryDisplayExtender::defaultableSections()

Lists defaultable sections and items contained in each section.

Overrides DisplayExtenderPluginBase::defaultableSections

File

src/Plugin/views/display_extender/ViewsAttachLibraryDisplayExtender.php, line 91

Class

ViewsAttachLibraryDisplayExtender
Views Attach Library display extender plugin.

Namespace

Drupal\views_attach_library\Plugin\views\display_extender

Code

public function defaultableSections(&$sections, $section = NULL) {
}