diff --git a/src/Form/FillPdfSettingsForm.php b/src/Form/FillPdfSettingsForm.php index 1e8e2347ee04374c0c30db64844f4d35b6604828..e41379ca0e53d38b121686b49cb7cd4424a9a035 100644 --- a/src/Form/FillPdfSettingsForm.php +++ b/src/Form/FillPdfSettingsForm.php @@ -267,7 +267,7 @@ class FillPdfSettingsForm extends ConfigFormBase { ], ]; - $form['local_service'] = [ + $form['local_server'] = [ '#type' => 'details', '#title' => $this->t('Configure %label', ['%label' => $this->definitions['local_server']['label']]), '#open' => TRUE, diff --git a/tests/src/Functional/PdfParseTest.php b/tests/src/Functional/PdfParseTest.php index 150ce89c404bc5ad8ea55411321879ab27c043b8..f20fb9026a8593615426c9b4fd7901d481c90f9f 100644 --- a/tests/src/Functional/PdfParseTest.php +++ b/tests/src/Functional/PdfParseTest.php @@ -140,7 +140,7 @@ class PdfParseTest extends FillPdfTestBase { // NOTE: Other bugs led me to believe this was the case, but it's kind of a // useful method, so I'm just leaving it for now. switch ($backend) { - case 'local_service': + case 'local_server': case 'pdftk': return 12; }