You are here

public function GoogleQRCodeAdminForm::getEditableConfigNames in Google QR Code Generator 8

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/GoogleQRCodeAdminForm.php, line 24

Class

GoogleQRCodeAdminForm

Namespace

Drupal\google_qr_code\Form

Code

public function getEditableConfigNames() {
  return [
    'google_qr_code.settings',
  ];
}