Skip to content
Snippets Groups Projects
Commit b5a016b6 authored by pancho's avatar pancho Committed by Kevin Kaland
Browse files

Issue #3060086 by Pancho, wizonesolutions: Introduce new PdfBackend plugins to...

Issue #3060086 by Pancho, wizonesolutions: Introduce new PdfBackend plugins to replace legacy FillPdfBackend and BackendService plugins
parent 23961f4b
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ namespace Drupal\fillpdf_legacy\Plugin\FillPdfBackend;
use Drupal\Core\File\FileSystem;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Drupal\Core\Plugin\PluginBase;
use Drupal\file\Entity\File;
use Drupal\fillpdf\FillPdfBackendPluginInterface;
use Drupal\fillpdf\FillPdfFormInterface;
......@@ -21,7 +22,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* @see https://www.drupal.org/node/3059476
* @see \Drupal\fillpdf\Plugin\PdfBackend\LocalServerPdfBackend
*/
class JavaBridgeFillPdfBackend implements FillPdfBackendPluginInterface, ContainerFactoryPluginInterface {
class JavaBridgeFillPdfBackend extends PluginBase implements FillPdfBackendPluginInterface, ContainerFactoryPluginInterface {
/**
* The file system.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment