You are here

41 string references to YAML keys in fillpdf.routing.yml in FillPDF 8.4

BackendProxy::merge in src/Service/BackendProxy.php
FillPdfFormDeleteForm::submitForm in src/Form/FillPdfFormDeleteForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
FillPdfFormDeleteFormTest::testDeleteForm in tests/src/Functional/FillPdfFormDeleteFormTest.php
Tests the cancel link works.
FillPdfFormDeleteFormTest::testDeleteFormCancel in tests/src/Functional/FillPdfFormDeleteFormTest.php
Tests the cancel link works.
FillPdfFormDuplicateFormTest::testDuplicateForm in tests/src/Functional/FillPdfFormDuplicateFormTest.php
Tests the duplicate function.
FillPdfFormFieldForm::save in src/Form/FillPdfFormFieldForm.php
Form submission handler for the 'save' action.
FillPdfFormFormTest::testStorageSettings in tests/src/Functional/FillPdfFormFormTest.php
Tests the FillPdfForm entity's edit form.
FillPdfFormImportForm::submitForm in src/Form/FillPdfFormImportForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
FillPdfFormImportFormTest::testExportDuplicateImport in tests/src/Functional/FillPdfFormImportFormTest.php
Tests export and import functions.
FillPdfLinkManipulator::generateLink in src/Service/FillPdfLinkManipulator.php
Generates a FillPdf Url from the given parameters.
FillPdfOverviewForm::buildForm in src/Form/FillPdfOverviewForm.php
Form constructor.
FillPdfOverviewForm::submitForm in src/Form/FillPdfOverviewForm.php
Form submission handler.
FillPdfOverviewFormTest::testOverviewForm in tests/src/Functional/FillPdfOverviewFormTest.php
Tests the overview form is accessible.
FillPdfSettingsForm::buildForm in src/Form/FillPdfSettingsForm.php
Form constructor.
FillPdfSettingsForm::getEditableConfigNames in src/Form/FillPdfSettingsForm.php
Gets the configuration names that will be editable.
FillPdfSettingsForm::submitForm in src/Form/FillPdfSettingsForm.php
Form submission handler.
FillPdfSettingsFormTest::testBackendFillPdfService in tests/src/Functional/FillPdfSettingsFormTest.php
Tests the backend settings with the 'fillpdf_service' backend.
FillPdfSettingsFormTest::testBackendPdftk in tests/src/Functional/FillPdfSettingsFormTest.php
Tests the backend settings with the 'pdftk' backend.
FillPdfSettingsFormTest::testBackendTest in tests/src/Functional/FillPdfSettingsFormTest.php
Tests the backend settings with the 'test' backend.
FillPdfSettingsFormTest::testSettingsFormDefaults in tests/src/Functional/FillPdfSettingsFormTest.php
Tests the scheme settings with the site default.
FillPdfSettingsFormTest::testTemplateSchemeDummyRemote in tests/src/Functional/FillPdfSettingsFormTest.php
Tests the scheme settings with the 'dummy_remote' stream wrapper.
FillPdfSettingsFormTest::testTemplateSchemePrivate in tests/src/Functional/FillPdfSettingsFormTest.php
Tests the scheme settings with the 'private' stream wrapper.
FillPdfSettingsFormTest::testTemplateSchemePublic in tests/src/Functional/FillPdfSettingsFormTest.php
Tests the scheme settings with the 'public' stream wrapper.
fillpdf_help in ./fillpdf.module
Implements hook_help().
fillpdf_update_8106 in ./fillpdf.install
Update default FillPDF Service endpoint (if it's currently the default).
fillpdf_update_8107 in ./fillpdf.install
Update storage scheme configuration.
fillpdf_update_8109 in ./fillpdf.install
Adds the 'shell_locale' config setting.
HandlePdfControllerTest::testDownloadAction in tests/src/Functional/HandlePdfControllerTest.php
Tests DownloadAction.
HandlePdfControllerTest::testRedirectAction in tests/src/Functional/HandlePdfControllerTest.php
Tests RedirectAction.
HandlePdfControllerTest::testSaveAction in tests/src/Functional/HandlePdfControllerTest.php
Tests SaveAction.
HandlePdfControllerTest::testStorageSchemeDisallowed in tests/src/Functional/HandlePdfControllerTest.php
Tests handling of an no longer allowed storage scheme.
HandlePdfControllerTest::testStorageSchemeUnavailable in tests/src/Functional/HandlePdfControllerTest.php
Tests handling of an unavailable storage scheme.
HandlePdfControllerTest::testTokenFilenameDestination in tests/src/Functional/HandlePdfControllerTest.php
Tests filename and destination of a populated PDF file.
InputHelper::parseFields in src/InputHelper.php
Parses fields of a FillPDF form.
LinkManipulatorTest::testLinkExceptions in tests/src/Functional/LinkManipulatorTest.php
Tests handling of a non-existing FillPdfForm ID.
LinkManipulatorTest::testSampleLink in tests/src/Functional/LinkManipulatorTest.php
Tests parsing a sample link.
PdfParseTest::backendTest in tests/src/Functional/PdfParseTest.php
Tests a backend.
PdfParseTest::testParseLocalService in tests/src/Functional/PdfParseTest.php
Tests PDF population using local service.
PdfParseTest::testParsePdftk in tests/src/Functional/PdfParseTest.php
Tests PDF population using a local install of pdftk.
PdfPopulationTest::testMergeLocalService in tests/src/Functional/PdfPopulationTest.php
Tests PDF population using local service.
PdfWebformPopulationTest::testPdfPopulation in tests/src/Functional/PdfWebformPopulationTest.php
Tests Webform population and image stamping.