Closed (fixed)
Project:
Meta Entity
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Mar 2022 at 22:27 UTC
Updated:
9 Aug 2022 at 14:03 UTC
Jump to comment: Most recent
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.
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?