protected function OrderWorkflowForm::getEditableConfigNames in Ubercart 8.4
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
- uc_order/
src/ Form/ OrderWorkflowForm.php, line 24
Class
- OrderWorkflowForm
- Displays the order workflow form for order state and status customization.
Namespace
Drupal\uc_order\FormCode
protected function getEditableConfigNames() {
return [
'uc_order.settings',
];
}