You are here

public function Pdf::defaultableSections in PDF Generator 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/views/display/Pdf.php \Drupal\pdf_generator\Plugin\views\display\Pdf::defaultableSections()

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

Overrides DisplayPluginBase::defaultableSections

File

src/Plugin/views/display/Pdf.php, line 159

Class

Pdf
The plugin that handles a feed, such as RSS or atom.

Namespace

Drupal\pdf_generator\Plugin\views\display

Code

public function defaultableSections($section = NULL) {
  $sections = parent::defaultableSections($section);
  return $sections;
}