You are here

protected function WkhtmltopdfConfig::getEditableConfigNames in wkhtmltopdf 8

Same name and namespace in other branches
  1. 2.0.x src/Form/WkhtmltopdfConfig.php \Drupal\wkhtmltopdf\Form\WkhtmltopdfConfig::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/Form/WkhtmltopdfConfig.php, line 16

Class

WkhtmltopdfConfig
Defines wkhtmltopdf form configuration.

Namespace

Drupal\wkhtmltopdf\Form

Code

protected function getEditableConfigNames() {
  return [
    'wkhtmltopdf.settings',
  ];
}