Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1f6adcd8
Commit
1f6adcd8
authored
Sep 06, 2017
by
xjm
Browse files
Issue
#2897130
followup by timmillwood, Wim Leers: Fix @internal documentation.
parent
34697034
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/workflows/src/StateInterface.php
View file @
1f6adcd8
...
...
@@ -4,6 +4,10 @@
/**
* An interface for state value objects.
*
* @internal
* The StateInterface should only be used by Workflows and Content Moderation.
* @todo Revisit the need for this in https://www.drupal.org/node/2902309.
*/
interface
StateInterface
{
...
...
core/modules/workflows/src/TransitionInterface.php
View file @
1f6adcd8
...
...
@@ -4,6 +4,12 @@
/**
* A transition value object that describes the transition between two states.
*
* @internal
* The TransitionInterface should only be used by Workflows and Content
* Moderation.
*
* @todo Revisit the need for this in https://www.drupal.org/node/2902309.
*/
interface
TransitionInterface
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment