public function PdfGeneratorInterface::displayErrors in PDF generator API 8
Same name and namespace in other branches
- 2.x src/Plugin/PdfGeneratorInterface.php \Drupal\pdf_api\Plugin\PdfGeneratorInterface::displayErrors()
Display error messages.
Return value
boolean Whether any errors occurred and were not ignored.
1 method overrides PdfGeneratorInterface::displayErrors()
- PdfGeneratorBase::displayErrors in src/
Plugin/ PdfGeneratorBase.php - Display error messages.
File
- src/
Plugin/ PdfGeneratorInterface.php, line 159 - Contains \Drupal\pdf_api\Plugin\PdfGeneratorInterface.
Class
- PdfGeneratorInterface
- Defines an interface for PDF generator plugins.
Namespace
Drupal\pdf_api\PluginCode
public function displayErrors();