Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f085b7b6
Commit
f085b7b6
authored
Sep 29, 2014
by
Alex Pott
Browse files
Issue
#2346635
by fago: Fixed Content entities are iteratable but do not implement Traversable.
parent
27636950
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/lib/Drupal/Core/Entity/ContentEntityInterface.php
View file @
f085b7b6
...
...
@@ -27,7 +27,7 @@
*
* @ingroup entity_api
*/
interface
ContentEntityInterface
extends
EntityInterface
,
RevisionableInterface
,
TranslatableInterface
{
interface
ContentEntityInterface
extends
\
Traversable
,
EntityInterface
,
RevisionableInterface
,
TranslatableInterface
{
/**
* Marks the translation identified by the given language code as existing.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment