You are here

service fillpdf.backend_proxy in FillPDF 5.0.x

Same name and namespace in other branches
  1. 8.4 fillpdf.services.yml \fillpdf.backend_proxy

Class

Drupal\fillpdf\Service\BackendProxy
2 string references to fillpdf.backend_proxy
HandlePdfController::create in src/Controller/HandlePdfController.php
Instantiates a new instance of this class.
PdfPopulationTest::testProxyMerge in tests/src/Functional/PdfPopulationTest.php
Tests that merging with the backend proxy works.

File

./fillpdf.services.yml
fillpdf.services.yml

View source
  1. class: Drupal\fillpdf\Service\BackendProxy
  2. arguments:
  3. - '@fillpdf.token_resolver'
  4. - '@plugin.manager.fillpdf.pdf_backend'
  5. - '@config.factory'