You are here

service fillpdf.admin_form_helper in FillPDF 5.0.x

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

Class

Drupal\fillpdf\Service\FillPdfAdminFormHelper
3 string references to fillpdf.admin_form_helper
FillPdfFormFieldForm::create in src/Form/FillPdfFormFieldForm.php
Instantiates a new instance of this class.
FillPdfFormForm::create in src/Form/FillPdfFormForm.php
Instantiates a new instance of this class.
FillPdfSettingsForm::create in src/Form/FillPdfSettingsForm.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\fillpdf\Service\FillPdfAdminFormHelper
  2. arguments:
  3. - '@module_handler'
  4. - '@config.factory'
  5. - '@stream_wrapper_manager'
  6. - '@database'