protected function PDFPreviewSettingsForm::getEditableConfigNames in PDFPreview 8
Same name and namespace in other branches
- 2.0.x src/PdfPreviewSettingsForm.php \Drupal\pdfpreview\PdfPreviewSettingsForm::getEditableConfigNames()
Gets the configuration names that will be editable.
Return value
array An array of configuration object names that are editable if called in conjunction with the trait's config() method.
Overrides ConfigFormBaseTrait::getEditableConfigNames
File
- src/
PDFPreviewSettingsForm.php, line 33
Class
- PDFPreviewSettingsForm
- Configure PDF preview settings for this site.
Namespace
Drupal\pdfpreviewCode
protected function getEditableConfigNames() {
return [
'pdfpreview.settings',
];
}