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.
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:
[x] Replace deprecated methods in configurators in other bundles
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: