- 🇷🇴Romania amateescu
Does this still make sense now that #2420067: Promote usage of TraversableTypedDataInterface → was closed in favor of #2350597: Extract a common DataContainerInterface for lists and complex data → ?
After
#2420067: Promote usage of TraversableTypedDataInterface →
there will be no usage of ListInterface::getItemDefinition()
left.
The method is just a shortcut for $list->getDataDefinitions()->getItemDefinition()
so it does not provide any actual value and it makes it harder for anyone implementing ListInterface
.
Consider remove it.
ListInterface::getItemDefinition()
is removed.
Active
11.0 🔥
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Does this still make sense now that #2420067: Promote usage of TraversableTypedDataInterface → was closed in favor of #2350597: Extract a common DataContainerInterface for lists and complex data → ?