You are here

public function PrintableFormatBase::getConfiguration 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::getConfiguration()

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurablePluginInterface::getConfiguration

2 calls to PrintableFormatBase::getConfiguration()
PdfFormat::buildConfigurationForm in modules/printable_pdf/src/Plugin/PrintableFormat/PdfFormat.php
Form constructor.
PrintFormat::buildConfigurationForm in src/Plugin/PrintableFormat/PrintFormat.php
Form constructor.

File

src/Plugin/PrintableFormatBase.php, line 115

Class

PrintableFormatBase
Provides a base class for Filter plugins.

Namespace

Drupal\printable\Plugin

Code

public function getConfiguration() {
  return $this->configuration;
}