protected function CropWidgetForm::getEditableConfigNames in Image Widget Crop 8
Same name and namespace in other branches
- 8.2 src/Form/CropWidgetForm.php \Drupal\image_widget_crop\Form\CropWidgetForm::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/ CropWidgetForm.php, line 66
Class
- CropWidgetForm
- Configure ImageWidgetCrop general settings for this site.
Namespace
Drupal\image_widget_crop\FormCode
protected function getEditableConfigNames() {
return [
'image_widget_crop.settings',
];
}