Kunstmaan / KunstmaanBundlesCMS

An advanced yet user-friendly content management system, based on the full stack Symfony framework combined with a whole host of community bundles. It provides a full featured, multi-language CMS system with an innovative page and form assembling process, versioning, workflow, translation and media managers and much more.
https://kunstmaancms.be
MIT License
406 stars 188 forks source link

[AdminListBundle] Deprecate configurator getBundleName/getEntityName methods #3347

Closed acrobat closed 8 months ago

acrobat commented 8 months ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? yes
Fixed tickets

This PR deprecates the getBundleName/getEntityName on the AdminlistConfigurator class and replaces it with an getEntityClass method. This new method is necessary to provide compatibility with newer versions of the doctrine dependencies and the getBundleName became redundant because no bundle are used in the src directory anymore.

TODO: