protected function CustomServicesDeleteForm::getEditableConfigNames in Shorten URLs 8.2
Same name and namespace in other branches
- 8 modules/shorten_cs/src/Form/CustomServicesDeleteForm.php \Drupal\shorten_cs\Form\CustomServicesDeleteForm::getEditableConfigNames()
File
- modules/
shorten_cs/ src/ Form/ CustomServicesDeleteForm.php, line 85
Class
- CustomServicesDeleteForm
- Settings form.
Namespace
Drupal\shorten_cs\FormCode
protected function getEditableConfigNames() {
return [
'shorten.settings',
];
}