protected function CustomServicesDeleteForm::getEditableConfigNames in Shorten URLs 8
Same name and namespace in other branches
- 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\FormCode
protected function getEditableConfigNames() {
return [
'shorten.settings',
];
}