Skip to content
Snippets Groups Projects
Commit 8e442a85 authored by johnv's avatar johnv
Browse files

Issue #2928603: Rename class WorkflowForm to WorkflowTypeForm

parent d9392412
No related branches found
No related tags found
No related merge requests found
......@@ -26,9 +26,9 @@ use Drupal\Core\Session\AccountInterface;
* "storage" = "Drupal\workflow\Entity\WorkflowStorage",
* "list_builder" = "Drupal\workflow_ui\Controller\WorkflowListBuilder",
* "form" = {
* "add" = "Drupal\workflow\Form\WorkflowForm",
* "add" = "Drupal\workflow\Form\WorkflowTypeForm",
* "delete" = "Drupal\Core\Entity\EntityDeleteForm",
* "edit" = "Drupal\workflow\Form\WorkflowForm",
* "edit" = "Drupal\workflow\Form\WorkflowTypeForm",
* }
* },
* admin_permission = "administer workflow",
......
......@@ -9,7 +9,7 @@ use Drupal\workflow\Entity\Workflow;
/**
* Provides the base form for workflow add and edit forms.
*/
class WorkflowForm extends EntityForm {
class WorkflowTypeForm extends EntityForm {
/**
* {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment