You are here

protected function CustomServicesDeleteForm::getEditableConfigNames in Shorten URLs 8

Same name and namespace in other branches
  1. 8.2 modules/shorten_cs/src/Form/CustomServicesDeleteForm.php \Drupal\shorten_cs\Form\CustomServicesDeleteForm::getEditableConfigNames()

File

modules/shorten_cs/src/Form/CustomServicesDeleteForm.php, line 53

Class

CustomServicesDeleteForm
Settings form.

Namespace

Drupal\shorten_cs\Form

Code

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