protected function AdsenseOldSearchSettings::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/ AdsenseOldSearchSettings.php, line 26
Class
- AdsenseOldSearchSettings
- Form for the older adsense search ads settings.
Namespace
Drupal\adsense_oldcode\FormCode
protected function getEditableConfigNames() {
return [
'adsense_oldcode.settings',
];
}