Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
workflow
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
workflow
Commits
8e442a85
Commit
8e442a85
authored
7 years ago
by
johnv
Browse files
Options
Downloads
Patches
Plain Diff
Issue #2928603: Rename class WorkflowForm to WorkflowTypeForm
parent
d9392412
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Entity/Workflow.php
+2
-2
2 additions, 2 deletions
src/Entity/Workflow.php
src/Form/WorkflowTypeForm.php
+1
-1
1 addition, 1 deletion
src/Form/WorkflowTypeForm.php
with
3 additions
and
3 deletions
src/Entity/Workflow.php
+
2
−
2
View file @
8e442a85
...
...
@@ -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\Workflow
Type
Form",
* "delete" = "Drupal\Core\Entity\EntityDeleteForm",
* "edit" = "Drupal\workflow\Form\WorkflowForm",
* "edit" = "Drupal\workflow\Form\Workflow
Type
Form",
* }
* },
* admin_permission = "administer workflow",
...
...
This diff is collapsed.
Click to expand it.
src/Form/WorkflowForm.php
→
src/Form/Workflow
Type
Form.php
+
1
−
1
View file @
8e442a85
...
...
@@ -9,7 +9,7 @@ use Drupal\workflow\Entity\Workflow;
/**
* Provides the base form for workflow add and edit forms.
*/
class
WorkflowForm
extends
EntityForm
{
class
Workflow
Type
Form
extends
EntityForm
{
/**
* {@inheritdoc}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment