protected function FileDownloadSettingsForm::getEditableConfigNames in File Download 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
- modules/
file_download_counter/ src/ FileDownloadSettingsForm.php, line 57
Class
- FileDownloadSettingsForm
- Configure statistics settings for this site.
Namespace
Drupal\file_download_counterCode
protected function getEditableConfigNames() {
return [
'file_download_counter.settings',
];
}