protected function SalesforceAuthSettings::getEditableConfigNames in Salesforce Suite 5.0.x
Same name and namespace in other branches
- 8.4 src/Form/SalesforceAuthSettings.php \Drupal\salesforce\Form\SalesforceAuthSettings::getEditableConfigNames()
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
- src/
Form/ SalesforceAuthSettings.php, line 70
Class
- SalesforceAuthSettings
- Class SalesforceAuthSettings.
Namespace
Drupal\salesforce\FormCode
protected function getEditableConfigNames() {
return [
'salesforce.settings',
];
}