Skip to content
Snippets Groups Projects
Commit dca1b96c authored by Liam Morland's avatar Liam Morland
Browse files

Issue #3063339: Rename 'local_service' plugin to 'local_server'

Continues work of 5f321832.
parent 3d7bafdd
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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;
}
......
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