You are here

public function PrintableFormatBase::defaultConfiguration in Printer and PDF versions for Drupal 8+ 8

Same name and namespace in other branches
  1. 2.x src/Plugin/PrintableFormatBase.php \Drupal\printable\Plugin\PrintableFormatBase::defaultConfiguration()

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurablePluginInterface::defaultConfiguration

1 call to PrintableFormatBase::defaultConfiguration()
PrintableFormatBase::__construct in src/Plugin/PrintableFormatBase.php
2 methods override PrintableFormatBase::defaultConfiguration()
PdfFormat::defaultConfiguration in modules/printable_pdf/src/Plugin/PrintableFormat/PdfFormat.php
Gets default configuration for this plugin.
PrintFormat::defaultConfiguration in src/Plugin/PrintableFormat/PrintFormat.php
Gets default configuration for this plugin.

File

src/Plugin/PrintableFormatBase.php, line 108

Class

PrintableFormatBase
Provides a base class for Filter plugins.

Namespace

Drupal\printable\Plugin

Code

public function defaultConfiguration() {
  return [];
}