Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
workflow
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
workflow
Commits
aa9c41f1
Commit
aa9c41f1
authored
7 months ago
by
John Voskuilen
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3507882
: Delete hook_schema() from workflow.install file
parent
b0f5e61d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#444154
canceled
7 months ago
Stage: build
Stage: validate
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow.install
+0
-18
0 additions, 18 deletions
workflow.install
with
0 additions
and
18 deletions
workflow.install
+
0
−
18
View file @
aa9c41f1
...
...
@@ -22,24 +22,6 @@ function workflow_install() {
\Drupal
::
messenger
()
->
addStatus
(
$message
);
}
/**
* Implements hook_schema().
*
* The D8-schema's have moved to:
* - Workflow annotation (it is a Config Entity now);
* - WorkflowState annotation (it is a Config Entity now);
* - WorkflowConfigTransition annotation (it is a Config Entity now);
* - WorkflowTransition::baseFieldDefinitions();
* - WorkflowScheduledTransition::baseFieldDefinitions().
*/
function
workflow_schema
()
{
return
$schema
=
[];
}
/**
* Drupal 8 updates.
*/
/**
* Update from version beta1 to beta2 are not possible. Please re-install this module.
*/
...
...
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
sign in
to comment