-
I have a custom field type defined on a project, but I guess the issue exists for contrib field types as well. Since the source code is under my control, I thought adding a I have checked what EntityFieldsViaMagicReflectionExtension.php and EntityFieldReflection.php are doing and basically copied them to register the return type of my custom property... But is the right and best way to do this? Seems ugly and utterly over complicated :) What do I miss? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Right now there is no way unless you're extremely verbose
A goal of #343 was to allow mapping fields to entity types. I guess this could happen as configuration without that! So the feature would be a field mapping alongside the entity mapping to say "this field has X field item list class and Y field item class" |
Beta Was this translation helpful? Give feedback.
Right now there is no way unless you're extremely verbose
A goal of #343 was to allow mapping fields to entity types. I guess this could happen as configuration without that! So the feature would be a field mapping alongside the entity mapping to say "this field has X field item list class and Y field item class"