As the title says, the PR will contain minor fixes that will make the module more flexible. These fixes include mainly hardcoded strings that can be abstractified.
Issue fork meta_entity-3270884
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
dimilias commentedComment #5
claudiu.cristeaCredits
Comment #6
dimilias commentedTests fail with PHP 8.1 though the problem seems to reside with the new PHPUnit and the
phpunit.xml. Should we disable the test for now? Other than that it seems OK.Comment #7
claudiu.cristeaNice!
Comment #9
claudiu.cristeaComment #11
pfrenssenIf I am reading this correctly, we can now define custom entity types to serve as the meta entity? So this would enable users to create their own entity type with base fields, to store the data efficiently in a single table, rather than having to define bundles on the meta entity type that ships with the module?
This is amazingly useful!! Can you add an example of how to use this in the README or the project page?