public function PrintableFormatInterface::getResponse in Printer and PDF versions for Drupal 8+ 8
Same name and namespace in other branches
- 2.x 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 43
Class
- PrintableFormatInterface
- Defines an interface for printable format plugins.
Namespace
Drupal\printable\PluginCode
public function getResponse();