bcvb
2 sites
No security coverage
BCVB provides a simple way to bypass Drupal core's normal entity rendering, giving developers full control to render an entity via its bundle class.
This is perfect for entity types such as Paragraphs, Media, Block content, etc, where often core's Field UI and manage display setup can get in the way of theming an entity exactly how you want.
Recommended modules
- The BCA module provides attribute based discovery for Bundle classes
- The Pinto module provides Object Oriented based theming, allowing bundle classes to directly render a theme object from their build
Check out the blog post on Pinto for more information.