protected function BrightcoveCronSettingsForm::getEditableConfigNames in Brightcove Video Connect 3.x
Same name and namespace in other branches
- 8.2 src/Form/BrightcoveCronSettingsForm.php \Drupal\brightcove\Form\BrightcoveCronSettingsForm::getEditableConfigNames()
- 8 src/Form/BrightcoveCronSettingsForm.php \Drupal\brightcove\Form\BrightcoveCronSettingsForm::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/ BrightcoveCronSettingsForm.php, line 16
Class
- BrightcoveCronSettingsForm
- Builds the form for managing Brightcove cron settings.
Namespace
Drupal\brightcove\FormCode
protected function getEditableConfigNames() {
return [
'brightcove.settings',
];
}