This project is not covered by Drupal’s security advisory policy.

The canonical place for code and issues for this module is on Github. Please submit PRs there.

Currently in Drupal 8, there is no mechanism for deriving a base entity type's class implementation with a unique class type on a per-bundle basis. As a result, if overriding the entity type class, that class type will be used for all instances in which that entity type is created.

This module provides a simple proof of concept that takes control of the SqlContentEntityStorage to allow for derived content entity type classes on a per-bundle basis which are discovered through the @ContentEntityBundleClass annotation.

Project information

Releases