protected function AdsenseRevenueSharingBasicSettings::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/
revenue_sharing_basic/ src/ Form/ AdsenseRevenueSharingBasicSettings.php, line 27
Class
- AdsenseRevenueSharingBasicSettings
- Form for the adsense revenue sharing settings.
Namespace
Drupal\adsense_revenue_sharing_basic\FormCode
protected function getEditableConfigNames() {
return [
'adsense_revenue_sharing_basic.settings',
];
}