getComponentWithoutContent(isItem $item)
This is called when only the relevant part of the item is needed during the synchronous rendering of ...
getComponentWithContent(isItem $item)
This is called in cases when the Full Item with it's content is needed, e.g.
getComponentForItem(isItem $item, bool $with_content=true)
Class TypeRenderer Every Type should have a renderer, if you won't provide on in your TypeInformation...