You are here

protected function WorkflowConfigTransitionFormBase::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 ConfigFormBaseTrait::getEditableConfigNames

1 method overrides WorkflowConfigTransitionFormBase::getEditableConfigNames()
WorkflowAccessRoleForm::getEditableConfigNames in modules/workflow_access/src/Form/WorkflowAccessRoleForm.php
Gets the configuration names that will be editable.

File

src/Form/WorkflowConfigTransitionFormBase.php, line 84

Class

WorkflowConfigTransitionFormBase
Defines a class to build a draggable listing of Workflow Config Transitions entities.

Namespace

Drupal\workflow\Form

Code

protected function getEditableConfigNames() {
  return [];
}