protected function WorkflowAccessRoleForm::getEditableConfigNames in Workflow 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 WorkflowConfigTransitionFormBase::getEditableConfigNames
File
- modules/
workflow_access/ src/ Form/ WorkflowAccessRoleForm.php, line 38
Class
- WorkflowAccessRoleForm
- Provides the base form for workflow add and edit forms.
Namespace
Drupal\workflow_access\FormCode
protected function getEditableConfigNames() {
return [
'workflow_access.role',
];
}