You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there are a lot of content bundle services which loads the content rich entity. This should completely be replaced by a ContentObjectProviderInterface:
ContentRouteDefaultsProvider
PreviewContentObjectProvider
DimensionCollectionRepository
ContentReindexProvider
ContentSitemapProvider
ContentTeaserProvider
SmartContent ContentDataProvider
This are currently all service which access Infrastructure directly and should be replaced by using the ContentObjectProviderInterface which every Entity need to provide and can efficient load the entity how it requires in the specific case.
Currently there are a lot of content bundle services which loads the content rich entity. This should completely be replaced by a
ContentObjectProviderInterface
:This are currently all service which access Infrastructure directly and should be replaced by using the
ContentObjectProviderInterface
which every Entity need to provide and can efficient load the entity how it requires in the specific case.Also related to #192
The text was updated successfully, but these errors were encountered: