amcgowanca / discoverable_entity_bundle_classes

Enables entity type provider entity base class overrides on a per-bundle basis.
GNU General Public License v2.0
15 stars 7 forks source link

drupal 9? #18

Open weitzman opened 3 years ago

weitzman commented 3 years ago

Is the module compatible with D9? Is maintenance still happenning?

dawehner commented 3 years ago

There is a 9.x-2.x branch, see https://github.com/amcgowanca/discoverable_entity_bundle_classes/blob/9.x-2.x/composer.json

It would be great if that branch's composer.json could specify 9.x as requirement, as otherwise this branch might get pulled into a 8.x page (as part of an nested dependency)

amcgowanca commented 3 years ago

@weitzman , yes on both fronts.

@dawehner , Please feel free to submit a PR for the necessary changes.