You are here

public function PrintableFormatInterface::getResponse in Printer and PDF versions for Drupal 8+ 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/PrintableFormatInterface.php \Drupal\printable\Plugin\PrintableFormatInterface::getResponse()

Returns the response object for this format plugin.

Return value

\Symfony\Component\HttpFoundation\Response The response object.

1 method overrides PrintableFormatInterface::getResponse()
PrintableFormatBase::getResponse in src/Plugin/PrintableFormatBase.php
Returns the response object for this format plugin.

File

src/Plugin/PrintableFormatInterface.php, line 44

Class

PrintableFormatInterface
Defines an interface for printable format plugins.

Namespace

Drupal\printable\Plugin

Code

public function getResponse();