Skip to content
Snippets Groups Projects
Commit f085b7b6 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2346635 by fago: Fixed Content entities are iteratable but do not implement Traversable.

parent 27636950
No related branches found
No related tags found
Loading
......@@ -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.
......
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