protected function AdsenseOldCodeSettings::getEditableConfigNames in Google AdSense integration 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
- oldcode/
src/ Form/ AdsenseOldCodeSettings.php, line 24
Class
- AdsenseOldCodeSettings
- Form for the older adsense content ads settings.
Namespace
Drupal\adsense_oldcode\FormCode
protected function getEditableConfigNames() {
return [
'adsense_oldcode.settings',
];
}